diff options
author | Rob Herring <rob.herring@calxeda.com> | 2013-10-04 10:22:43 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-11-04 11:08:10 -0500 |
commit | 9df1bd416deef274536f00128ad11d24278fa655 (patch) | |
tree | 5634672f89acf989e1b23295f3a7d8cd4fa4aa88 /include | |
parent | 1b5cf9549fe59e000dd8eff80eedafedf736fa3b (diff) | |
download | u-boot-imx-9df1bd416deef274536f00128ad11d24278fa655.zip u-boot-imx-9df1bd416deef274536f00128ad11d24278fa655.tar.gz u-boot-imx-9df1bd416deef274536f00128ad11d24278fa655.tar.bz2 |
ARM: highbank: convert to common timer code
Convert highbank to use the commmon timer code.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/highbank.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/highbank.h b/include/configs/highbank.h index 016305a..44a8f93 100644 --- a/include/configs/highbank.h +++ b/include/configs/highbank.h @@ -19,6 +19,10 @@ #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 */ |