* [U-Boot] [PATCH] m68k: fix mcf5441x total interrupt number
@ 2018-02-04 20:18 Angelo Dureghello
0 siblings, 0 replies; only message in thread
From: Angelo Dureghello @ 2018-02-04 20:18 UTC (permalink / raw)
To: u-boot
Signed-off-by: Angelo Dureghello <angelo@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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-02-04 20:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-04 20:18 [U-Boot] [PATCH] m68k: fix mcf5441x total interrupt number Angelo Dureghello
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.