[MIPS] lib_mips/time.c: Fix CP0 count register usage and timer routines
[platform/kernel/u-boot.git] / include / configs / qemu-mips.h
index d6bcc8e..3dfd218 100644 (file)
 
 #define CFG_MHZ                        132
 
-#define CFG_HZ                 (CFG_MHZ * 1000000)
+#define CFG_MIPS_TIMER_FREQ    (CFG_MHZ * 1000000)
+
+#define CFG_HZ                 1000
 
 #define CFG_SDRAM_BASE         0x80000000      /* Cached addr */