summaryrefslogtreecommitdiff
path: root/cpu/arm926ejs/interrupts.c
diff options
context:
space:
mode:
authorStelian Pop <stelian@popies.net>2008-03-26 21:52:27 +0100
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-04-01 01:44:05 +0200
commit61106a565870ff503f92b251b94bd7afef889a04 (patch)
tree656d36ef304fda96d20c9c8039c8c31bf16c8f2e /cpu/arm926ejs/interrupts.c
parent5604e2178c5218fbfdba2e4293ca7652e829ac25 (diff)
Use timer_init() instead of board supplied interrupt_init()
The timer on AT91CAP9/AT91SAM9 is supplied by the SoC, and not by the board, so use timer_init() instead of interrupt_init(). Signed-off-by: Stelian Pop <stelian@popies.net>
Diffstat (limited to 'cpu/arm926ejs/interrupts.c')
-rw-r--r--cpu/arm926ejs/interrupts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm926ejs/interrupts.c b/cpu/arm926ejs/interrupts.c
index 0971fea814..1819f6b078 100644
--- a/cpu/arm926ejs/interrupts.c
+++ b/cpu/arm926ejs/interrupts.c
@@ -38,7 +38,7 @@
#include <common.h>
#include <arm926ejs.h>
-#if defined(CONFIG_INTEGRATOR) || defined(CONFIG_AT91CAP9ADK)
+#ifdef CONFIG_INTEGRATOR
/* Timer functionality supplied by Integrator board (AP or CP) */