diff options
author | Ye.Li <B37916@freescale.com> | 2014-06-12 17:32:32 +0800 |
---|---|---|
committer | Ye.Li <B37916@freescale.com> | 2014-06-17 11:14:05 +0800 |
commit | 0e1c9ce73883ab684d10e381c807e69ce0ec7839 (patch) | |
tree | 15844b12fd49b2e95dd40d18c455b70ecdf9a983 /include/configs/mx6sxsabresd.h | |
parent | 42a8d227b508395ec370825aa100131917f2ceda (diff) | |
download | u-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/mx6sxsabresd.h')
-rw-r--r-- | include/configs/mx6sxsabresd.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |