ARM: highbank: convert to common timer code
[oweals/u-boot.git] / include / configs / highbank.h
index 016305a47248ea30ae774665665c41b72c57b3bb..44a8f931bc200c580c47435999e1089bd5aa604e 100644 (file)
 #define CONFIG_SUPPORT_RAW_INITRD
 #define CONFIG_SYS_BOOTMAPSZ           (16 << 20)
 
+#define CONFIG_SYS_TIMER_RATE          (150000000/256)
+#define CONFIG_SYS_TIMER_COUNTER       (0xFFF34000 + 0x4)
+#define CONFIG_SYS_TIMER_COUNTS_DOWN
+
 /*
  * Size of malloc() pool
  */