diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-11-18 14:31:11 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-11-18 16:23:08 -0200 |
commit | e167c6e88023c7a77f1cad18006b1829aa113162 (patch) | |
tree | f37cef46edfc567dccbbda7a1e4c89f48200cbb8 /conf | |
parent | 532bdfed7b1ca483bbd384893709c022d9e765f7 (diff) | |
download | meta-freescale-e167c6e88023c7a77f1cad18006b1829aa113162.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>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/imx6qpsabresd.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/imx6qpsabresd.conf b/conf/machine/imx6qpsabresd.conf index b0aba5d6..580c8381 100644 --- a/conf/machine/imx6qpsabresd.conf +++ b/conf/machine/imx6qpsabresd.conf | |||
@@ -11,6 +11,9 @@ require conf/machine/include/imx6sabresd-common.inc | |||
11 | KERNEL_DEVICETREE = "imx6qp-sabresd.dtb imx6qp-sabresd-btwifi.dtb imx6qp-sabresd-hdcp.dtb \ | 11 | KERNEL_DEVICETREE = "imx6qp-sabresd.dtb imx6qp-sabresd-btwifi.dtb imx6qp-sabresd-hdcp.dtb \ |
12 | imx6qp-sabresd-ldo.dtb imx6qp-sabresd-ldo-pcie-cert.dtb" | 12 | imx6qp-sabresd-ldo.dtb imx6qp-sabresd-ldo-pcie-cert.dtb" |
13 | 13 | ||
14 | PREFERRED_PROVIDER_u-boot = "u-boot-imx" | ||
15 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx" | ||
16 | |||
14 | UBOOT_CONFIG ??= "sd" | 17 | UBOOT_CONFIG ??= "sd" |
15 | UBOOT_CONFIG[sd] = "mx6qpsabresd_config,sdcard" | 18 | UBOOT_CONFIG[sd] = "mx6qpsabresd_config,sdcard" |
16 | UBOOT_CONFIG[sata] = "mx6qpsabresd_sata_config" | 19 | UBOOT_CONFIG[sata] = "mx6qpsabresd_sata_config" |