summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2014-10-23 20:34:23 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2014-10-23 22:48:00 -0200
commitfc5c5ec5304cb3bedaf07ab0c7f3044d08251488 (patch)
treee2dd72f8f9b4a33089c2643ee096e2c20bed614d /conf
parent1621191e108c046ec3dd2612f6e5df25f61f23f4 (diff)
downloadmeta-fsl-arm-fc5c5ec5304cb3bedaf07ab0c7f3044d08251488.tar.gz
imx6dlsabreauto: Change to use u-boot-fslc
This board is now supported by u-boot-fslc so we move from u-boot-imx to it; this is preferred as this U-Boot fork follows closely the mainline tree which brings faster development cycle and helps to extend the test of i.MX6 support. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/imx6dlsabreauto.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/conf/machine/imx6dlsabreauto.conf b/conf/machine/imx6dlsabreauto.conf
index 6477ba4..8c0fe85 100644
--- a/conf/machine/imx6dlsabreauto.conf
+++ b/conf/machine/imx6dlsabreauto.conf
@@ -11,10 +11,6 @@ SOC_FAMILY = "mx6:mx6dl"
11KERNEL_DEVICETREE = "imx6dl-sabreauto.dtb imx6dl-sabreauto-gpmi-weim.dtb imx6dl-sabreauto-ecspi.dtb " 11KERNEL_DEVICETREE = "imx6dl-sabreauto.dtb imx6dl-sabreauto-gpmi-weim.dtb imx6dl-sabreauto-ecspi.dtb "
12KERNEL_DEVICETREE += "imx6dl-sabreauto-flexcan1.dtb " 12KERNEL_DEVICETREE += "imx6dl-sabreauto-flexcan1.dtb "
13 13
14PREFERRED_PROVIDER_u-boot = "u-boot-imx"
15PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx"
16KERNEL_IMAGETYPE = "uImage"
17
18UBOOT_CONFIG ??= "sd" 14UBOOT_CONFIG ??= "sd"
19UBOOT_CONFIG[sd] = "mx6dlsabreauto_config,sdcard" 15UBOOT_CONFIG[sd] = "mx6dlsabreauto_config,sdcard"
20UBOOT_CONFIG[eimnor] = "mx6dlsabreauto_eimnor_config" 16UBOOT_CONFIG[eimnor] = "mx6dlsabreauto_eimnor_config"