at91sam9/at91cap: fix CONFIG_SYS_HZ to 1000
[platform/kernel/u-boot.git] / include / configs / at91sam9261ek.h
index 7ec171c..fdaa71c 100644 (file)
@@ -30,7 +30,7 @@
 /* ARM asynchronous clock */
 #define AT91_CPU_NAME          "AT91SAM9261"
 #define AT91_MAIN_CLOCK                18432000        /* 18.432 MHz crystal */
-#define CONFIG_SYS_HZ          1000000         /* 1us resolution */
+#define CONFIG_SYS_HZ          1000
 
 #define CONFIG_ARM926EJS       1       /* This is an ARM926EJS Core    */
 #define CONFIG_AT91SAM9261     1       /* It's an Atmel AT91SAM9261 SoC*/