mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-10 12:18:55 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue