Merge branch 'master' of git://www.denx.de/git/u-boot-mpc83xx
[oweals/u-boot.git] / include / configs / purple.h
index 6eb618ed6d3ca8cb5b4512c335c02942e55194d2..ef92637127ff050c8cd79ab976b2a919430c04f4 100644 (file)
@@ -48,7 +48,7 @@
 #define        CONFIG_TIMESTAMP                /* Print image info with timestamp */
 
 #define CONFIG_PREBOOT "echo;" \
-       "echo Type \"run flash_nfs\" to mount root filesystem over NFS;" \
+       "echo Type \\\"run flash_nfs\\\" to mount root filesystem over NFS;" \
        "echo"
 
 #undef CONFIG_BOOTARGS
 #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 */