diff options
author | Peng Fan <Peng.Fan@freescale.com> | 2014-11-21 15:24:36 +0800 |
---|---|---|
committer | Peng Fan <Peng.Fan@freescale.com> | 2014-11-21 15:38:33 +0800 |
commit | bb1fdd8b0bd49c92d813eecbdd60dc6c28309572 (patch) | |
tree | 547e916de6a588efebd6615bdfa79a5d9e118855 | |
parent | a43a70e59763ec0c019dbbfc73a25c614501bf69 (diff) | |
download | u-boot-imx-bb1fdd8b0bd49c92d813eecbdd60dc6c28309572.zip u-boot-imx-bb1fdd8b0bd49c92d813eecbdd60dc6c28309572.tar.gz u-boot-imx-bb1fdd8b0bd49c92d813eecbdd60dc6c28309572.tar.bz2 |
MLK-9890 imx:mx6sxsabresd add bmode sd3 support
Current uboot does not support bmode sd3. So add this to make
'bmode sd3' command in uboot can work fine.
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
(cherry picked from commit 8f9c61e391687f9ef6e1f735040bd0d679320215)
-rw-r--r-- | board/freescale/mx6sxsabresd/mx6sxsabresd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/mx6sxsabresd/mx6sxsabresd.c b/board/freescale/mx6sxsabresd/mx6sxsabresd.c index b6a18f5..cfa0898 100644 --- a/board/freescale/mx6sxsabresd/mx6sxsabresd.c +++ b/board/freescale/mx6sxsabresd/mx6sxsabresd.c @@ -905,6 +905,7 @@ int board_init(void) #ifdef CONFIG_CMD_BMODE static const struct boot_mode board_boot_modes[] = { /* 4 bit bus width */ + {"sd3", MAKE_CFGVAL(0x42, 0x30, 0x00, 0x00)}, {"sd4", MAKE_CFGVAL(0x40, 0x38, 0x00, 0x00)}, {"qspi2", MAKE_CFGVAL(0x18, 0x00, 0x00, 0x00)}, {NULL, 0}, |