mpc5121ads: fix breakage introduced when reordering elpida_mddrc_config[]
Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
3887c3fbdb
commit
984f10baac
|
@ -172,7 +172,7 @@ phys_size_t initdram(int board_type)
|
|||
u32 elpida_mddrc_config[4] = {
|
||||
CONFIG_SYS_MDDRC_TIME_CFG0,
|
||||
CONFIG_SYS_MDDRC_TIME_CFG1_ELPIDA,
|
||||
CONFIG_SYS_MDDRC_TIME_CFG2_ELPIDA
|
||||
CONFIG_SYS_MDDRC_TIME_CFG2_ELPIDA,
|
||||
CONFIG_SYS_MDDRC_SYS_CFG_ELPIDA,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue