]> git.sur5r.net Git - u-boot/blobdiff - cpu/arm926ejs/interrupts.c
Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx
[u-boot] / cpu / arm926ejs / interrupts.c
index 0971fea8143b39dea218648dd31b5ec0c4fd5ea0..7a41f0b12d8672e2b503b489521e57b73533b7c9 100644 (file)
@@ -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) */
 
@@ -49,7 +49,7 @@ int interrupt_init (void)
 {
        extern void timer_init(void);
 
-       timer_init();
+       timer_init();
 
        return 0;
 }