summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Domenech Goulart <mario@ossystems.com.br>2013-09-19 11:11:06 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2013-09-25 15:28:33 -0300
commit70c8d122286611039d07248ead9757dc7dbeb538 (patch)
tree75156dab8d006a07f585c15fd665d40153e9ef8a
parent44f108636cd52297f65574a57b213523ad2d5373 (diff)
downloadmeta-fsl-arm-70c8d122286611039d07248ead9757dc7dbeb538.tar.gz
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 <mario@ossystems.com.br>
-rw-r--r--conf/machine/imx28evk.conf6
1 files changed, 5 insertions, 1 deletions
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
8SOC_FAMILY = "mxs:mx28" 8SOC_FAMILY = "mxs:mx28"
9 9
10IMXBOOTLETS_MACHINE = "iMX28_EVK" 10IMXBOOTLETS_MACHINE = "iMX28_EVK"
11UBOOT_MACHINE = "mx28evk_config" 11
12UBOOT_CONFIG ??= "sd"
13UBOOT_CONFIG[sd] = "mx28evk_config,sdcard"
14UBOOT_CONFIG[nand] = "mx28evk_nand_config,ubifs"
15UBOOT_CONFIG[sd-auart-console] = "mx28evk_auart_console_config,sdcard"
12 16
13KERNEL_IMAGETYPE = "uImage" 17KERNEL_IMAGETYPE = "uImage"
14KERNEL_DEVICETREE = "imx28-evk.dtb" 18KERNEL_DEVICETREE = "imx28-evk.dtb"