diff options
author | Stefan Roese <sr@denx.de> | 2007-01-09 16:33:38 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-01-09 16:33:38 +0100 |
commit | 7590da92b1c8bad5475e4b6cf18781248b966d9d (patch) | |
tree | 85b03056e87df75c9f1de6f401e3056a35e69502 /cpu/ppc4xx/sdram.c | |
parent | aeeced147c2ca52fbc674a6a7bd66ab1d80f245c (diff) | |
parent | f4eb54529bb3664c3a562e488b460fe075f79d67 (diff) | |
download | u-boot-imx-7590da92b1c8bad5475e4b6cf18781248b966d9d.zip u-boot-imx-7590da92b1c8bad5475e4b6cf18781248b966d9d.tar.gz u-boot-imx-7590da92b1c8bad5475e4b6cf18781248b966d9d.tar.bz2 |
Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx/.git
Diffstat (limited to 'cpu/ppc4xx/sdram.c')
-rw-r--r-- | cpu/ppc4xx/sdram.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/ppc4xx/sdram.c b/cpu/ppc4xx/sdram.c index f06038e..294b89c 100644 --- a/cpu/ppc4xx/sdram.c +++ b/cpu/ppc4xx/sdram.c @@ -380,7 +380,7 @@ long int initdram(int board_type) mtsdram(mem_b0cr, mb0cf[i].reg); mtsdram(mem_tr0, 0x41094012); mtsdram(mem_tr1, 0x80800800); /* SS=T2 SL=STAGE 3 CD=1 CT=0x00*/ - mtsdram(mem_rtr, 0x7e000000); /* Interval 15.20µs @ 133MHz PLB*/ + mtsdram(mem_rtr, 0x04100000); /* Interval 7.8µs @ 133MHz PLB */ mtsdram(mem_cfg1, 0x00000000); /* Self-refresh exit, disable PM*/ udelay(400); /* Delay 200 usecs (min) */ |