]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/purple.h
[MIPS] lib_mips/time.c: Fix CP0 count register usage and timer routines
[karo-tx-uboot.git] / include / configs / purple.h
index 1be4e055f99bc1e413bceba34a4f1888aa566ec1..ef92637127ff050c8cd79ab976b2a919430c04f4 100644 (file)
 #define        CFG_PROMPT              "PURPLE # "     /* Monitor Command Prompt    */
 #define        CFG_CBSIZE              256             /* Console I/O Buffer Size   */
 #define        CFG_PBSIZE (CFG_CBSIZE+sizeof(CFG_PROMPT)+16)  /* Print Buffer Size */
-#define CFG_HZ                 (CPU_CLOCK_RATE/2)
+#define CFG_MIPS_TIMER_FREQ    (CPU_CLOCK_RATE/2)
+#define CFG_HZ                 1000
 #define        CFG_MAXARGS             16              /* max number of command args*/
 
 #define        CFG_LOAD_ADDR           0x80500000      /* default load address */