summaryrefslogtreecommitdiffstats
path: root/include/configs/pb1x00.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/pb1x00.h')
-rw-r--r--include/configs/pb1x00.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/pb1x00.h b/include/configs/pb1x00.h
index 810e0f0462..181cd11b86 100644
--- a/include/configs/pb1x00.h
+++ b/include/configs/pb1x00.h
@@ -81,7 +81,9 @@
#define CFG_BOOTPARAMS_LEN 128*1024
-#define CFG_HZ 396000000 /* FIXME causes overflow in net.c */
+#define CFG_MIPS_TIMER_FREQ 396000000
+
+#define CFG_HZ 1000
#define CFG_SDRAM_BASE 0x80000000 /* Cached addr */
OpenPOWER on IntegriCloud