[meta-freescale] [meta-fsl-arm][PATCH 7/7] imx28evk: set up UBOOT_CONFIG with config/fs-type for the supported boot devices

Mario Domenech Goulart mario at ossystems.com.br
Mon Sep 23 05:12:06 PDT 2013


Supported boot devices: sd, nand and sd-auart-console.

Change-Id: I4521bbfa7a3c5ec4002a583b682a36ab18e9357a
Signed-off-by: Mario Domenech Goulart <mario at ossystems.com.br>
---
 conf/machine/imx28evk.conf |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/conf/machine/imx28evk.conf b/conf/machine/imx28evk.conf
index e38341a..2fe546c 100644
--- a/conf/machine/imx28evk.conf
+++ b/conf/machine/imx28evk.conf
@@ -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"
-- 
1.7.10.4




More information about the meta-freescale mailing list