X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=cpu%2Farm920t%2Finterrupts.c;h=09c54dbde137ddc19bca9e0cc822cfb8b8154225;hb=6d0f6bcf337c5261c08fabe12982178c2c489d76;hp=c9cd066c9003dc7113f59f40721983a5926bcfd0;hpb=71edc271816ec82cf0550dd6980be2da3cc2ad9e;p=karo-tx-uboot.git diff --git a/cpu/arm920t/interrupts.c b/cpu/arm920t/interrupts.c index c9cd066c90..09c54dbde1 100644 --- a/cpu/arm920t/interrupts.c +++ b/cpu/arm920t/interrupts.c @@ -42,7 +42,7 @@ void do_irq (struct pt_regs *pt_regs) /* ASSUMED to be a timer interrupt */ /* Just clear it - count handled in */ /* integratorap.c */ - *(volatile ulong *)(CFG_TIMERBASE + 0x0C) = 0; + *(volatile ulong *)(CONFIG_SYS_TIMERBASE + 0x0C) = 0; #else #error do_irq() not defined for this cpu type #endif