summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/mx6sabre_common.h4
-rw-r--r--include/configs/mx6slevk.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/mx6sabre_common.h b/include/configs/mx6sabre_common.h
index 2aff2f65010..6d13a617007 100644
--- a/include/configs/mx6sabre_common.h
+++ b/include/configs/mx6sabre_common.h
@@ -59,6 +59,10 @@
"initrd_high=0xffffffff\0" \
"emmc_dev=2\0"\
"sd_dev=1\0" \
+ "weim_uboot=0x08001000\0"\
+ "weim_base=0x08000000\0"\
+ "spi_bus=1\0"\
+ "spi_uboot=0x400\0"
#ifdef CONFIG_SUPPORT_EMMC_BOOT
#define EMMC_ENV \
diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h
index 555bd32ebad..c5a56ab519c 100644
--- a/include/configs/mx6slevk.h
+++ b/include/configs/mx6slevk.h
@@ -70,6 +70,8 @@
"initrd_high=0xffffffff\0" \
"emmc_dev=2\0"\
"sd_dev=1\0" \
+ "spi_bus=1\0"\
+ "spi_uboot=0x400\0"
#define CONFIG_EXTRA_ENV_SETTINGS \
CONFIG_MFG_ENV_SETTINGS \