projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3887c3f
)
mpc5121ads: fix breakage introduced when reordering elpida_mddrc_config[]
author
Wolfgang Denk
<wd@denx.de>
Fri, 25 Sep 2009 12:16:00 +0000
(14:16 +0200)
committer
Wolfgang Denk
<wd@denx.de>
Fri, 25 Sep 2009 12:16:00 +0000
(14:16 +0200)
Signed-off-by: Wolfgang Denk <wd@denx.de>
board/freescale/mpc5121ads/mpc5121ads.c
patch
|
blob
|
history
diff --git
a/board/freescale/mpc5121ads/mpc5121ads.c
b/board/freescale/mpc5121ads/mpc5121ads.c
index 3323d66a3c3f7a64d1ea7e1ff3f7306110462ad0..13bd73c81e9cfc1ad9d408156e8c0f3bf187781e 100644
(file)
--- 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,
};