]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - cpu/arm920t/interrupts.c
rename CFG_ macros to CONFIG_SYS
[karo-tx-uboot.git] / cpu / arm920t / interrupts.c
index c9cd066c9003dc7113f59f40721983a5926bcfd0..09c54dbde137ddc19bca9e0cc822cfb8b8154225 100644 (file)
@@ -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