summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2016-11-18 14:31:11 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2016-11-18 16:25:18 -0200
commit8c384e0221a8b0b598abf2e9638e89a8bdbf1c8b (patch)
tree797e5ccb5aa780e2397fb26d88d15d5ebad7178e
parenta85fa8bf68517ca5cd9bb00bf792f54016799bed (diff)
downloadmeta-fsl-arm-8c384e0221a8b0b598abf2e9638e89a8bdbf1c8b.tar.gz
imx6qpsabresd: Set u-boot-imx as u-boot PREFERRED_PROVIDER
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@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--conf/machine/imx6qpsabresd.conf3
1 files changed, 3 insertions, 0 deletions
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"
10 10
11KERNEL_DEVICETREE = "imx6qp-sabresd.dtb imx6qp-sabresd-ldo.dtb imx6qp-sabresd-btwifi.dtb imx6qp-sabresd-hdcp.dtb" 11KERNEL_DEVICETREE = "imx6qp-sabresd.dtb imx6qp-sabresd-ldo.dtb imx6qp-sabresd-btwifi.dtb imx6qp-sabresd-hdcp.dtb"
12 12
13PREFERRED_PROVIDER_u-boot = "u-boot-imx"
14PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx"
15
13UBOOT_CONFIG ??= "sd" 16UBOOT_CONFIG ??= "sd"
14UBOOT_CONFIG[sd] = "mx6qpsabresd_config,sdcard" 17UBOOT_CONFIG[sd] = "mx6qpsabresd_config,sdcard"
15UBOOT_CONFIG[sata] = "mx6qpsabresd_sata_config" 18UBOOT_CONFIG[sata] = "mx6qpsabresd_sata_config"