From: Angelo Dureghello Date: Sun, 4 Feb 2018 20:13:12 +0000 (+0100) Subject: m68k: fix mcf5441x total interrupt number X-Git-Tag: baikal/mips/sdk5.9~1543^2~2 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=ed4c6b15bee238566230d61dc15cffa60c3a1a3e;p=uboot.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 */