]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx6solosabresd: 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:23:13 +0000 (11:23 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 25 Sep 2013 18:28:33 +0000 (15:28 -0300)
Supported boot devices: sd

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

index 44031a81eae0ae1664dc284e89c9884d5b4862ec..325e643d2cba8b9afa4beda7987c09a4344b1ed0 100644 (file)
@@ -9,5 +9,7 @@ SOC_FAMILY = "mx6:mx6s"
 
 KERNEL_DEVICETREE = "imx6dl-sabresd.dtb"
 
-UBOOT_MACHINE = " mx6solosabresd_config"
 PREFERRED_PROVIDER_u-boot = "u-boot-imx"
+
+UBOOT_CONFIG ??= "sd"
+UBOOT_CONFIG[sd] = "mx6solosabresd_config,sdcard"