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

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

index e38341a33e32707a3cf2d56407189788cbbdaf26..2fe546c75ef68669a50f21a6a49018b16f1f230a 100644 (file)
@@ -8,7 +8,11 @@ include conf/machine/include/mxs-base.inc
 SOC_FAMILY = "mxs:mx28"
 
 IMXBOOTLETS_MACHINE = "iMX28_EVK"
-UBOOT_MACHINE = "mx28evk_config"
+
+UBOOT_CONFIG ??= "sd"
+UBOOT_CONFIG[sd] = "mx28evk_config,sdcard"
+UBOOT_CONFIG[nand] = "mx28evk_nand_config,ubifs"
+UBOOT_CONFIG[sd-auart-console] = "mx28evk_auart_console_config,sdcard"
 
 KERNEL_IMAGETYPE = "uImage"
 KERNEL_DEVICETREE = "imx28-evk.dtb"