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

4 Feb
2018
4 Feb
'18
9:18 p.m.
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
2648
Age (days ago)
2648
Last active (days ago)
0 comments
1 participants
participants (1)
-
Angelo Dureghello