]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - cpu/mcf52x2/interrupts.c
Merge branch 'mpc86xx'
[karo-tx-uboot.git] / cpu / mcf52x2 / interrupts.c
index 868df39194f1b1682a0f10096fd8ca7d7d1dd3bc..116747ad3aceba5e0e25ee3ba645cda1f9338149 100644 (file)
 #include <watchdog.h>
 #include <asm/processor.h>
 
+#ifdef CONFIG_M5271
+#include <asm/m5271.h>
+#include <asm/immap_5271.h>
+#endif
+
 #ifdef CONFIG_M5272
 #include <asm/m5272.h>
 #include <asm/immap_5272.h>
@@ -171,7 +176,7 @@ int interrupt_init (void)
 }
 #endif
 
-#ifdef CONFIG_M5282
+#if defined(CONFIG_M5282) || defined(CONFIG_M5271)
 int interrupt_init (void)
 {
        return 0;