mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-28 10:01:29 +02:00
mpc5121ads: fix breakage introduced when reordering elpida_mddrc_config[]
Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
b393a8951c
commit
203e6fb2da
@ -172,7 +172,7 @@ phys_size_t initdram(int board_type)
|
|||||||
u32 elpida_mddrc_config[4] = {
|
u32 elpida_mddrc_config[4] = {
|
||||||
CONFIG_SYS_MDDRC_TIME_CFG0,
|
CONFIG_SYS_MDDRC_TIME_CFG0,
|
||||||
CONFIG_SYS_MDDRC_TIME_CFG1_ELPIDA,
|
CONFIG_SYS_MDDRC_TIME_CFG1_ELPIDA,
|
||||||
CONFIG_SYS_MDDRC_TIME_CFG2_ELPIDA
|
CONFIG_SYS_MDDRC_TIME_CFG2_ELPIDA,
|
||||||
CONFIG_SYS_MDDRC_SYS_CFG_ELPIDA,
|
CONFIG_SYS_MDDRC_SYS_CFG_ELPIDA,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user