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:
1f1369c
)
[Motion-PRO] Change IPB clock frequency from 50MHz to 100MHz. This
author
Bartlomiej Sieka
<tur@semihalf.com>
Tue, 8 May 2007 07:39:12 +0000
(09:39 +0200)
committer
Bartlomiej Sieka
<tur@semihalf.com>
Tue, 8 May 2007 07:39:12 +0000
(09:39 +0200)
eliminates networking problems in Linux (timeouts).
include/configs/motionpro.h
patch
|
blob
|
history
diff --git
a/include/configs/motionpro.h
b/include/configs/motionpro.h
index b1edde8b46e18b992f5abbe6c2e6286ffb68b74d..74ba800cbf8f58286ddeb85b8d937fb458c247ca 100644
(file)
--- a/
include/configs/motionpro.h
+++ b/
include/configs/motionpro.h
@@
-147,6
+147,13
@@
*/
#define CFG_MPC5XXX_CLKIN 25000000
+
+/*
+ * Set IPB speed to 100MHz (yes, the #define is misnamed)
+ */
+#define CFG_IPBSPEED_133
+
+
/*
* Memory map
*/