提交 984f10ba 编写于 作者: W Wolfgang Denk

mpc5121ads: fix breakage introduced when reordering elpida_mddrc_config[]

Signed-off-by: NWolfgang Denk <wd@denx.de>
上级 3887c3fb
......@@ -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,
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册