diff mbox series

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

Message ID 20180204201817.GA14801@jerusalem
State Accepted
Commit a1ed3a83be63bfc6e817854b29c9c0572a86bea7
Delegated to: Jason Jin
Headers show
Series [U-Boot] m68k: fix mcf5441x total interrupt number | expand

Commit Message

Angelo Dureghello Feb. 4, 2018, 8:18 p.m. UTC
Signed-off-by: Angelo Dureghello <angelo@sysam.it>
---
 arch/m68k/include/asm/immap.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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 */