Supported boot devices: sd, nand and sd-auart-console.
Change-Id: I4521bbfa7a3c5ec4002a583b682a36ab18e9357a
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
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"