From: Angelo Dureghello Date: Sun, 4 Feb 2018 20:13:12 +0000 (+0100) Subject: m68k: fix mcf5441x total interrupt number X-Git-Tag: v2018.11-rc1~117^2~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a1ed3a83be63bfc6e817854b29c9c0572a86bea7;p=oweals%2Fu-boot.git m68k: fix mcf5441x total interrupt number Signed-off-by: Angelo Dureghello --- diff --git a/arch/m68k/include/asm/immap.h b/arch/m68k/include/asm/immap.h index 06bc2a0a58..80fa25769b 100644 --- a/arch/m68k/include/asm/immap.h +++ b/arch/m68k/include/asm/immap.h @@ -362,7 +362,7 @@ #endif #define CONFIG_SYS_INTR_BASE (MMAP_INTC0) -#define CONFIG_SYS_NUM_IRQS (128) +#define CONFIG_SYS_NUM_IRQS (192) #endif /* CONFIG_M54418 */