diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2005-10-04 23:10:28 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2005-10-04 23:10:28 +0200 |
commit | 9b880bd4d86dc568221107516e6d4728c5f93a4e (patch) | |
tree | f802140e9fde0fff54cf0eb246fd35c931fc0b0f /board/integratorap/integratorap.c | |
parent | 1820d4c73b78ebe5d08921b0b6249c6f72e45215 (diff) |
Update ARM Integrator boards:
Correct addessing errors in platform files.
Split off common core module data from Integrator header files to
include/armcoremodule.h.
Patch by Peter Pearse, 04 Oct 2005
Diffstat (limited to 'board/integratorap/integratorap.c')
-rw-r--r-- | board/integratorap/integratorap.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/board/integratorap/integratorap.c b/board/integratorap/integratorap.c index d4f61d6403..4baf39a677 100644 --- a/board/integratorap/integratorap.c +++ b/board/integratorap/integratorap.c @@ -649,3 +649,8 @@ ulong get_tbclk (void) { return CFG_HZ_CLOCK/div_clock; } + +/* The Integrator/AP timer1 is clocked at 24MHz + * can be divided by 16 or 256 + * and is a 16-bit counter + */ |