]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
Fix the cpu speed setup to work with all boards.
authorMarkus Klotzbuecher <mk@denx.de>
Tue, 9 Jan 2007 13:57:14 +0000 (14:57 +0100)
committerMarkus Klotzbuecher <mk@pollux.denx.de>
Tue, 9 Jan 2007 13:57:14 +0000 (14:57 +0100)
include/configs/spc1920.h

index 0b07a45d67414a35d4edd9dc0391a66a4f6e2910..fb7062400ba054552eadcdd326216ca937ad8505 100644 (file)
  * 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)