From: Mario Domenech Goulart Date: Thu, 19 Sep 2013 14:11:06 +0000 (-0300) Subject: imx28evk: set up UBOOT_CONFIG with config/fs-type for the supported boot devices X-Git-Tag: 2.1~1208 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=79914ec2ae0cbe50523f985598588727be488ad8;p=meta-freescale.git 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 --- diff --git a/meta-fsl-arm/conf/machine/imx28evk.conf b/meta-fsl-arm/conf/machine/imx28evk.conf index e38341a3..2fe546c7 100644 --- a/meta-fsl-arm/conf/machine/imx28evk.conf +++ b/meta-fsl-arm/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"