summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-04-10 19:32:33 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2015-04-10 19:36:02 -0300
commita934a461c8e119c35c398d9c9b82b2059b02a4eb (patch)
tree55709748cea17e8cf4ea85d5f2292a5a9d36bf44
parent1f9cd4e8e1463484fcc13be842f019ea0263d7ed (diff)
downloadmeta-freescale-a934a461c8e119c35c398d9c9b82b2059b02a4eb.tar.gz
imx6sxsabreauto: Use u-boot-imx until u-boot-fslc has SabreAUTO support
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@ossystems.com.br>
-rw-r--r--meta-fsl-arm/conf/machine/imx6sxsabreauto.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-fsl-arm/conf/machine/imx6sxsabreauto.conf b/meta-fsl-arm/conf/machine/imx6sxsabreauto.conf
index ec880dd0..2d9ba0d8 100644
--- a/meta-fsl-arm/conf/machine/imx6sxsabreauto.conf
+++ b/meta-fsl-arm/conf/machine/imx6sxsabreauto.conf
@@ -10,7 +10,8 @@ SOC_FAMILY = "mx6:mx6sx"
10 10
11KERNEL_DEVICETREE = "imx6sx-sabreauto.dtb imx6sx-sabreauto-m4.dtb" 11KERNEL_DEVICETREE = "imx6sx-sabreauto.dtb imx6sx-sabreauto-m4.dtb"
12 12
13UBOOT_ENTRYPOINT = "0x80008000" 13PREFERRED_PROVIDER_u-boot = "u-boot-imx"
14PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx"
14 15
15UBOOT_CONFIG ??= "sd" 16UBOOT_CONFIG ??= "sd"
16UBOOT_CONFIG[sd] = "mx6sxsabreauto_config,sdcard" 17UBOOT_CONFIG[sd] = "mx6sxsabreauto_config,sdcard"