diff options
author | Wolfgang Denk | 2006-10-24 15:32:57 +0200 |
---|---|---|
committer | Wolfgang Denk | 2006-10-24 15:32:57 +0200 |
commit | 47a6989c10685d2ab3efcf95228ce50d2a496d3e (patch) | |
tree | 3f855a160449c7024680e316f350a99188d44d20 /cpu/mpc85xx | |
parent | 034df411c1feecf8fe9f382a52b28a36a8f5d933 (diff) |
Code cleanup
Diffstat (limited to 'cpu/mpc85xx')
-rw-r--r-- | cpu/mpc85xx/spd_sdram.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc85xx/spd_sdram.c b/cpu/mpc85xx/spd_sdram.c index 7507801ee72..6da5367a706 100644 --- a/cpu/mpc85xx/spd_sdram.c +++ b/cpu/mpc85xx/spd_sdram.c @@ -770,7 +770,7 @@ spd_sdram(void) * Determine Refresh Rate. */ refresh_clk = determine_refresh_rate(spd.refresh & 0x7); - + /* * Set BSTOPRE to 0x100 for page mode * If auto-charge is used, set BSTOPRE = 0 |