summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx28evk.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/imx28evk.conf')
-rw-r--r--conf/machine/imx28evk.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/imx28evk.conf b/conf/machine/imx28evk.conf
index cecb97d27..f6946b771 100644
--- a/conf/machine/imx28evk.conf
+++ b/conf/machine/imx28evk.conf
@@ -17,9 +17,9 @@ UBOOT_MAKE_TARGET = "u-boot.sb"
17UBOOT_SUFFIX = "sb" 17UBOOT_SUFFIX = "sb"
18 18
19UBOOT_CONFIG ??= "sd" 19UBOOT_CONFIG ??= "sd"
20UBOOT_CONFIG[sd] = "mx28evk_config,sdcard" 20UBOOT_CONFIG[sd] = "mx28evk_config"
21UBOOT_CONFIG[nand] = "mx28evk_nand_config,ubifs" 21UBOOT_CONFIG[nand] = "mx28evk_nand_config,ubifs"
22UBOOT_CONFIG[sd-auart-console] = "mx28evk_auart_console_config,sdcard" 22UBOOT_CONFIG[sd-auart-console] = "mx28evk_auart_console_config"
23 23
24KERNEL_DEVICETREE = "nxp/mxs/imx28-evk.dtb" 24KERNEL_DEVICETREE = "nxp/mxs/imx28-evk.dtb"
25 25