m68k: fix mcf5441x total interrupt number
authorAngelo Dureghello <angelo@sysam.it>
Sun, 4 Feb 2018 20:13:12 +0000 (21:13 +0100)
committerAngelo Dureghello <angelo@sysam.it>
Sat, 15 Sep 2018 22:01:13 +0000 (00:01 +0200)
Signed-off-by: Angelo Dureghello <angelo@sysam.it>
arch/m68k/include/asm/immap.h

index 06bc2a0..80fa257 100644 (file)
 #endif
 
 #define CONFIG_SYS_INTR_BASE           (MMAP_INTC0)
-#define CONFIG_SYS_NUM_IRQS            (128)
+#define CONFIG_SYS_NUM_IRQS            (192)
 
 #endif                         /* CONFIG_M54418 */