mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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
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…
Add table
Reference in a new issue