Supported boot devices: sd, nand and sd-auart-console. Change-Id: I4521bbfa7a3c5ec4002a583b682a36ab18e9357a Signed-off-by: Mario Domenech Goulart <[email protected]> --- 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 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
