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

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

index 2e129346b48259635d9e67f1383314c70cab452e..c2f5fac17431bed9bbeeb9ce3b4ff9eaa383884b 100644 (file)
@@ -9,5 +9,10 @@ SOC_FAMILY = "mx6:mx6s"
 
 KERNEL_DEVICETREE = "imx6dl-sabreauto.dtb"
 
-UBOOT_MACHINE = " mx6solosabreauto_config"
 PREFERRED_PROVIDER_u-boot = "u-boot-imx"
+
+UBOOT_CONFIG ??= "sd"
+UBOOT_CONFIG[sd] = "mx6solosabreauto_config,sdcard"
+UBOOT_CONFIG[eimnor] = "mx6solosabreauto_eimnor_config"
+UBOOT_CONFIG[nand] = "mx6solosabreauto_nand_config,ubifs"
+UBOOT_CONFIG[spinor] = "mx6solosabreauto_spinor_config"