summaryrefslogtreecommitdiffstats
path: root/cpu/mpc85xx
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-10-24 15:32:57 +0200
committerWolfgang Denk <wd@pollux.denx.de>2006-10-24 15:32:57 +0200
commit47a6989c10685d2ab3efcf95228ce50d2a496d3e (patch)
tree3f855a160449c7024680e316f350a99188d44d20 /cpu/mpc85xx
parent034df411c1feecf8fe9f382a52b28a36a8f5d933 (diff)
downloadblackbird-obmc-uboot-47a6989c10685d2ab3efcf95228ce50d2a496d3e.tar.gz
blackbird-obmc-uboot-47a6989c10685d2ab3efcf95228ce50d2a496d3e.zip
Code cleanup
Diffstat (limited to 'cpu/mpc85xx')
-rw-r--r--cpu/mpc85xx/spd_sdram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc85xx/spd_sdram.c b/cpu/mpc85xx/spd_sdram.c
index 7507801ee7..6da5367a70 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
OpenPOWER on IntegriCloud