]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx6dlsabresd: set up UBOOT_CONFIG with config/fs-type for the supported boot devices
authorMario Domenech Goulart <mario@ossystems.com.br>
Wed, 18 Sep 2013 14:21:14 +0000 (11:21 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 25 Sep 2013 18:28:33 +0000 (15:28 -0300)
Supported boot devices: sd.

Change-Id: I6028f47d170015f8c8aac113773e24ced34e38a0
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
meta-fsl-arm/conf/machine/imx6dlsabresd.conf

index 2797c7ce3fa9a6a7da4c7417d9dfa1a6af2e2937..1230265c22d8af3a12a1a142d88339cc7a0a7997 100644 (file)
@@ -9,4 +9,5 @@ SOC_FAMILY = "mx6:mx6dl"
 
 KERNEL_DEVICETREE = "imx6dl-sabresd.dtb"
 
-UBOOT_MACHINE = "mx6dlsabresd_config"
+UBOOT_CONFIG ??= "sd"
+UBOOT_CONFIG[sd] = "mx6dlsabresd_config,sdcard"