summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2014-06-12 17:32:32 +0800
committerYe.Li <B37916@freescale.com>2014-06-17 11:14:05 +0800
commit0e1c9ce73883ab684d10e381c807e69ce0ec7839 (patch)
tree15844b12fd49b2e95dd40d18c455b70ecdf9a983 /include/configs
parent42a8d227b508395ec370825aa100131917f2ceda (diff)
downloadu-boot-imx-0e1c9ce73883ab684d10e381c807e69ce0ec7839.zip
u-boot-imx-0e1c9ce73883ab684d10e381c807e69ce0ec7839.tar.gz
u-boot-imx-0e1c9ce73883ab684d10e381c807e69ce0ec7839.tar.bz2
ENGR00315894-73 iMX6SX:SABRESD/ARM2 Add "bmode" command support
Enable the "CONFIG_CMD_BMODE" and add BSP support. "bmode" supports to reboot: SD4, QSPI2 (SABRESD) SD2, SD3, eMMC, QSPI2, NAND, SPINOR (17x17 ARM2) SD1, QSPI2, SPINOR, EIMNOR (19x19 ARM2) BTW: Board rework is needed on ARM2 for NAND, SPINOR or EIMNOR boot. Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/mx6sx_arm2.h2
-rw-r--r--include/configs/mx6sxsabresd.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/mx6sx_arm2.h b/include/configs/mx6sx_arm2.h
index 1fd1d5f..6e9df51 100644
--- a/include/configs/mx6sx_arm2.h
+++ b/include/configs/mx6sx_arm2.h
@@ -409,6 +409,8 @@
#define CONFIG_OF_LIBFDT
#define CONFIG_CMD_BOOTZ
+#define CONFIG_CMD_BMODE
+
#ifndef CONFIG_SYS_DCACHE_OFF
#define CONFIG_CMD_CACHE
#endif
diff --git a/include/configs/mx6sxsabresd.h b/include/configs/mx6sxsabresd.h
index 1e9e2cc..23c83ec 100644
--- a/include/configs/mx6sxsabresd.h
+++ b/include/configs/mx6sxsabresd.h
@@ -330,6 +330,8 @@
#define CONFIG_OF_LIBFDT
#define CONFIG_CMD_BOOTZ
+#define CONFIG_CMD_BMODE
+
#ifndef CONFIG_SYS_DCACHE_OFF
#define CONFIG_CMD_CACHE
#endif