projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9295acb
)
Fix the cpu speed setup to work with all boards.
author
Markus Klotzbuecher
<mk@denx.de>
Tue, 9 Jan 2007 13:57:14 +0000
(14:57 +0100)
committer
Markus Klotzbuecher
<mk@pollux.denx.de>
Tue, 9 Jan 2007 13:57:14 +0000
(14:57 +0100)
include/configs/spc1920.h
patch
|
blob
|
history
diff --git
a/include/configs/spc1920.h
b/include/configs/spc1920.h
index 0b07a45d67414a35d4edd9dc0391a66a4f6e2910..fb7062400ba054552eadcdd326216ca937ad8505 100644
(file)
--- 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)