浏览代码

[Motion-PRO] Change IPB clock frequency from 50MHz to 100MHz. This
eliminates networking problems in Linux (timeouts).

Bartlomiej Sieka 18 年之前
父节点
当前提交
06241d50a3
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      include/configs/motionpro.h

+ 7 - 0
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
  */