summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorFrank Li <Frank.Li@nxp.com>2018-08-23 13:31:25 -0500
committerFrank Li <Frank.Li@nxp.com>2018-08-23 15:16:16 -0500
commitd26dee0793389c63bb3bfbd90f3cf2a11518d2c4 (patch)
tree7287d62c974425605babf23228d71e714a3c3bc4 /include/configs
parent11b519b7805d1467cb4c35a5fa96f38da7d78497 (diff)
MLK-19250 weim nor and spi nor support fastboot
Enable fastboot at below configs sabraauto spi nor and wei nor imx6slevk spi nor Signed-off-by: Frank Li <Frank.Li@nxp.com>
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 \