summaryrefslogtreecommitdiffstats
path: root/include/configs/spc1920.h
diff options
context:
space:
mode:
authorMarkus Klotzbuecher <mk@denx.de>2007-01-09 14:57:14 +0100
committerMarkus Klotzbuecher <mk@pollux.denx.de>2007-01-09 14:57:14 +0100
commit8fc2102faa23593c80381437c09f7745a14deb40 (patch)
tree251e7d9afa893b6dbe093c24a77029704b217be4 /include/configs/spc1920.h
parent9295acb77481cf099ef9b40e1fa2d145b3c7490c (diff)
downloadtalos-obmc-uboot-8fc2102faa23593c80381437c09f7745a14deb40.tar.gz
talos-obmc-uboot-8fc2102faa23593c80381437c09f7745a14deb40.zip
Fix the cpu speed setup to work with all boards.
Diffstat (limited to 'include/configs/spc1920.h')
-rw-r--r--include/configs/spc1920.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/spc1920.h b/include/configs/spc1920.h
index 0b07a45d67..fb7062400b 100644
--- a/include/configs/spc1920.h
+++ b/include/configs/spc1920.h
@@ -310,7 +310,7 @@
* FLASH timing:
*/
#define CFG_OR_TIMING_FLASH (OR_ACS_DIV1 | OR_TRLX | OR_CSNT_SAM | \
- OR_SCY_3_CLK | OR_EHTR | OR_BI)
+ OR_SCY_6_CLK | OR_EHTR | OR_BI)
#define CFG_OR0_REMAP (CFG_REMAP_OR_AM | CFG_OR_TIMING_FLASH)
#define CFG_OR0_PRELIM (CFG_PRELIM_OR_AM | CFG_OR_TIMING_FLASH)
OpenPOWER on IntegriCloud