mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-30 16:35:37 +00:00
mx6: Expand bmode to support ecspi3 boot
Currently, the bmode command only supports booting from ecspi1. Expand it to also support booting from ecspi3. Signed-off-by: Fabio Estevam <festevam@denx.de> Acked-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
d6173d0655
commit
8ad6ac9fbd
1 changed files with 4 additions and 0 deletions
|
@ -585,6 +585,10 @@ const struct boot_mode soc_boot_modes[] = {
|
||||||
{"ecspi1:1", MAKE_CFGVAL(0x30, 0x00, 0x00, 0x18)},
|
{"ecspi1:1", MAKE_CFGVAL(0x30, 0x00, 0x00, 0x18)},
|
||||||
{"ecspi1:2", MAKE_CFGVAL(0x30, 0x00, 0x00, 0x28)},
|
{"ecspi1:2", MAKE_CFGVAL(0x30, 0x00, 0x00, 0x28)},
|
||||||
{"ecspi1:3", MAKE_CFGVAL(0x30, 0x00, 0x00, 0x38)},
|
{"ecspi1:3", MAKE_CFGVAL(0x30, 0x00, 0x00, 0x38)},
|
||||||
|
{"ecspi3:0", MAKE_CFGVAL(0x30, 0x00, 0x00, 0x0a)},
|
||||||
|
{"ecspi3:1", MAKE_CFGVAL(0x30, 0x00, 0x00, 0x1a)},
|
||||||
|
{"ecspi3:2", MAKE_CFGVAL(0x30, 0x00, 0x00, 0x2a)},
|
||||||
|
{"ecspi3:3", MAKE_CFGVAL(0x30, 0x00, 0x00, 0x3a)},
|
||||||
/* 4 bit bus width */
|
/* 4 bit bus width */
|
||||||
{"esdhc1", MAKE_CFGVAL(0x40, 0x20, 0x00, 0x00)},
|
{"esdhc1", MAKE_CFGVAL(0x40, 0x20, 0x00, 0x00)},
|
||||||
{"esdhc2", MAKE_CFGVAL(0x40, 0x28, 0x00, 0x00)},
|
{"esdhc2", MAKE_CFGVAL(0x40, 0x28, 0x00, 0x00)},
|
||||||
|
|
Loading…
Add table
Reference in a new issue