]> git.sur5r.net Git - u-boot/commitdiff
[Motion-PRO] Change IPB clock frequency from 50MHz to 100MHz. This
authorBartlomiej Sieka <tur@semihalf.com>
Tue, 8 May 2007 07:39:12 +0000 (09:39 +0200)
committerBartlomiej 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

index b1edde8b46e18b992f5abbe6c2e6286ffb68b74d..74ba800cbf8f58286ddeb85b8d937fb458c247ca 100644 (file)
  */
 #define CFG_MPC5XXX_CLKIN      25000000
 
+
+/*
+ * Set IPB speed to 100MHz (yes, the #define is misnamed)
+ */
+#define CFG_IPBSPEED_133
+
+
 /*
  * Memory map
  */