Commit bb1fdd8b0bd49c92d813eecbdd60dc6c28309572

Authored by Peng Fan
1 parent a43a70e597

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)

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

board/freescale/mx6sxsabresd/mx6sxsabresd.c
... ... @@ -905,6 +905,7 @@
905 905 #ifdef CONFIG_CMD_BMODE
906 906 static const struct boot_mode board_boot_modes[] = {
907 907 /* 4 bit bus width */
  908 + {"sd3", MAKE_CFGVAL(0x42, 0x30, 0x00, 0x00)},
908 909 {"sd4", MAKE_CFGVAL(0x40, 0x38, 0x00, 0x00)},
909 910 {"qspi2", MAKE_CFGVAL(0x18, 0x00, 0x00, 0x00)},
910 911 {NULL, 0},