diff options
author | wdenk <wdenk> | 2005-04-06 00:04:16 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-04-06 00:04:16 +0000 |
commit | 20787e23b8501f11c83599d1a2e38bb1204ac961 (patch) | |
tree | fba53e6f1dd6cb3ca1f030ac47bffbdf3bdbdd1f /cpu/ppc4xx | |
parent | 3c2b3d454daa6024cc20d166b2f50efde169c7fe (diff) |
* Patches by Robert Whaley, 29 Nov 2004:
- update the pxa-regs.h file for PXA27x chips
- add PXA27x based ADSVIX board
- add support for MMC on PXA27x processors
* Patch by Andrew E. Mileski, 28 Nov 2004:
Fix PPC4xx SPD SDRAM detection bug
* Patch by Hiroshi Ito, 26 Nov 2004:
Fix logic of "test -z" and "test -n" commands
Diffstat (limited to 'cpu/ppc4xx')
-rw-r--r-- | cpu/ppc4xx/spd_sdram.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/ppc4xx/spd_sdram.c b/cpu/ppc4xx/spd_sdram.c index 44e826fbe9b..794a72c8b52 100644 --- a/cpu/ppc4xx/spd_sdram.c +++ b/cpu/ppc4xx/spd_sdram.c @@ -1082,7 +1082,7 @@ void program_rtr (unsigned long* dimm_populated, case 0x00: refresh_rate = 15625; break; - case 0x011: + case 0x01: refresh_rate = 15625/4; break; case 0x02: |