[U-Boot] [PATCH] mpc5121ads: fix breakage introduced when reordering elpida_mddrc_config[]
Wolfgang Denk
wd at denx.de
Fri Sep 25 14:21:12 CEST 2009
Signed-off-by: Wolfgang Denk <wd at denx.de>
---
board/freescale/mpc5121ads/mpc5121ads.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/board/freescale/mpc5121ads/mpc5121ads.c b/board/freescale/mpc5121ads/mpc5121ads.c
index 3323d66..13bd73c 100644
--- a/board/freescale/mpc5121ads/mpc5121ads.c
+++ b/board/freescale/mpc5121ads/mpc5121ads.c
@@ -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,
};
--
1.6.0.6
More information about the U-Boot
mailing list