diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2007-10-21 16:54:27 +0800 |
---|---|---|
committer | Bryan Wu <bryan.wu@analog.com> | 2007-10-21 16:54:27 +0800 |
commit | 590031450a52c373bf72f5fb156fbcc0c78c6f2c (patch) | |
tree | 0e631bc6e8af9422635535459aaaf10fdddab357 /include/asm-blackfin/bf5xx_timers.h | |
parent | cfa76f024f7c9e65169425804e5b32e71f66d0ee (diff) |
Blackfin arch: add new processor ADSP-BF52x arch/mach support
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'include/asm-blackfin/bf5xx_timers.h')
-rw-r--r-- | include/asm-blackfin/bf5xx_timers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-blackfin/bf5xx_timers.h b/include/asm-blackfin/bf5xx_timers.h index 86c770321b6..8e8246f32fe 100644 --- a/include/asm-blackfin/bf5xx_timers.h +++ b/include/asm-blackfin/bf5xx_timers.h @@ -16,7 +16,7 @@ /* * BF537: 8 timers: */ -#if defined(CONFIG_BF537) +#if defined(BF527_FAMILY) || defined(BF537_FAMILY) # define MAX_BLACKFIN_GPTIMERS 8 # define TIMER0_GROUP_REG TIMER_ENABLE #endif |