projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e58fe95
)
mpc83xx: fix typo in DDR2 programming
author
Kim Phillips
<kim.phillips@freescale.com>
Fri, 17 Aug 2007 14:30:00 +0000
(09:30 -0500)
committer
Kim Phillips
<kim.phillips@freescale.com>
Fri, 17 Aug 2007 14:30:00 +0000
(09:30 -0500)
introduced in the implement board_add_ram_info patch as I was cleaning out the
magic numbers. sorry.
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
cpu/mpc83xx/spd_sdram.c
patch
|
blob
|
history
diff --git
a/cpu/mpc83xx/spd_sdram.c
b/cpu/mpc83xx/spd_sdram.c
index
040836c
..
ee2d038
100644
(file)
--- a/
cpu/mpc83xx/spd_sdram.c
+++ b/
cpu/mpc83xx/spd_sdram.c
@@
-744,7
+744,7
@@
long int spd_sdram()
if (spd.mem_type == SPD_MEMTYPE_DDR)
sdram_type = SDRAM_CFG_SDRAM_TYPE_DDR1;
else
- sdram_type = SDRAM_CFG_SDRAM_TYPE_DDR
1
;
+ sdram_type = SDRAM_CFG_SDRAM_TYPE_DDR
2
;
sdram_cfg = (0
| SDRAM_CFG_MEM_EN /* DDR enable */