[meta-freescale] [meta-fsl-arm][krogoth][PATCH] imx6qpsabresd: Set u-boot-imx as u-boot PREFERRED_PROVIDER

Fabio Berton fabio.berton at ossystems.com.br
Fri Nov 18 08:31:11 PST 2016


u-boot-fslc doesn't support mx6qpsabresd and we need to use u-boot-imx
as default bootloader.

Signed-off-by: Fabio Berton <fabio.berton at ossystems.com.br>
---
 conf/machine/imx6qpsabresd.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/conf/machine/imx6qpsabresd.conf b/conf/machine/imx6qpsabresd.conf
index 2e7ee47..894a05c 100644
--- a/conf/machine/imx6qpsabresd.conf
+++ b/conf/machine/imx6qpsabresd.conf
@@ -10,6 +10,9 @@ SOC_FAMILY = "mx6:mx6q"
 
 KERNEL_DEVICETREE = "imx6qp-sabresd.dtb imx6qp-sabresd-ldo.dtb imx6qp-sabresd-btwifi.dtb imx6qp-sabresd-hdcp.dtb"
 
+PREFERRED_PROVIDER_u-boot = "u-boot-imx"
+PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx"
+
 UBOOT_CONFIG ??= "sd"
 UBOOT_CONFIG[sd] = "mx6qpsabresd_config,sdcard"
 UBOOT_CONFIG[sata] = "mx6qpsabresd_sata_config"
-- 
2.1.4



More information about the meta-freescale mailing list