summaryrefslogtreecommitdiffstats
path: root/include/configs/dbau1x00.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/dbau1x00.h')
-rw-r--r--include/configs/dbau1x00.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/dbau1x00.h b/include/configs/dbau1x00.h
index b2f606f498..45ff1e7305 100644
--- a/include/configs/dbau1x00.h
+++ b/include/configs/dbau1x00.h
@@ -148,7 +148,9 @@
#error "Invalid CPU frequency - must be multiple of 12!"
#endif
-#define CFG_HZ (CFG_MHZ * 1000000) /* FIXME causes overflow in net.c */
+#define CFG_MIPS_TIMER_FREQ (CFG_MHZ * 1000000)
+
+#define CFG_HZ 1000
#define CFG_SDRAM_BASE 0x80000000 /* Cached addr */
OpenPOWER on IntegriCloud