From 70c8d122286611039d07248ead9757dc7dbeb538 Mon Sep 17 00:00:00 2001 From: Mario Domenech Goulart Date: Thu, 19 Sep 2013 11:11:06 -0300 Subject: imx28evk: set up UBOOT_CONFIG with config/fs-type for the supported boot devices Supported boot devices: sd, nand and sd-auart-console. Change-Id: I4521bbfa7a3c5ec4002a583b682a36ab18e9357a Signed-off-by: Mario Domenech Goulart --- 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" -- cgit v1.2.3-54-g00ecf