[meta-freescale] [meta-fsl-arm-extra][PATCH] imx6sxsabreauto: Use u-boot-imx until u-boot-fslc has SabreAUTO support

Otavio Salvador otavio at ossystems.com.br
Fri Apr 10 15:48:12 PDT 2015


Currently the U-Boot FSLC does not has the i.MX6SoloX SabreAUTO
support so for the time being we are using the U-Boot i.MX fork
provided by Freescale as part of 3.14-1.0.0 BSP.

While on that, drop the UBOOT_ENTRYPOINT setting as it is a
duplication of the value of 'imx-base.inc' file.

Change-Id: I9419b6ba5e82d9ca3d12ed3cf339a23ab9b738ac
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
 conf/machine/imx6sxsabreauto.conf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/conf/machine/imx6sxsabreauto.conf b/conf/machine/imx6sxsabreauto.conf
index ec880dd..2d9ba0d 100644
--- a/conf/machine/imx6sxsabreauto.conf
+++ b/conf/machine/imx6sxsabreauto.conf
@@ -10,7 +10,8 @@ SOC_FAMILY = "mx6:mx6sx"
 
 KERNEL_DEVICETREE = "imx6sx-sabreauto.dtb imx6sx-sabreauto-m4.dtb"
 
-UBOOT_ENTRYPOINT = "0x80008000"
+PREFERRED_PROVIDER_u-boot = "u-boot-imx"
+PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx"
 
 UBOOT_CONFIG ??= "sd"
 UBOOT_CONFIG[sd] = "mx6sxsabreauto_config,sdcard"
-- 
2.1.4



More information about the meta-freescale mailing list