[U-Boot] [PATCH] m68k: fix mcf5441x total interrupt number

Angelo Dureghello angelo at sysam.it
Sun Feb 4 20:18:17 UTC 2018


Signed-off-by: Angelo Dureghello <angelo at sysam.it>
---
 arch/m68k/include/asm/immap.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/m68k/include/asm/immap.h b/arch/m68k/include/asm/immap.h
index aca5f3ab2c..3840ac94ff 100644
--- a/arch/m68k/include/asm/immap.h
+++ b/arch/m68k/include/asm/immap.h
@@ -363,7 +363,7 @@
 #endif
 
 #define CONFIG_SYS_INTR_BASE		(MMAP_INTC0)
-#define CONFIG_SYS_NUM_IRQS		(128)
+#define CONFIG_SYS_NUM_IRQS		(192)
 
 #endif				/* CONFIG_M54418 */
 
-- 
2.15.1



More information about the U-Boot mailing list