X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=cpu%2Farm926ejs%2Finterrupts.c;h=7a41f0b12d8672e2b503b489521e57b73533b7c9;hb=a524e112b424c6843800ea2f19d3a8cf01d0aa94;hp=0971fea8143b39dea218648dd31b5ec0c4fd5ea0;hpb=5561857aae9a5921772b18b571708956788148d8;p=u-boot diff --git a/cpu/arm926ejs/interrupts.c b/cpu/arm926ejs/interrupts.c index 0971fea814..7a41f0b12d 100644 --- a/cpu/arm926ejs/interrupts.c +++ b/cpu/arm926ejs/interrupts.c @@ -38,7 +38,7 @@ #include #include -#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; }