commit | e2f93937ce9684c1c07411344d15eb57ac4ef23b | [log] [tgz] |
---|---|---|
author | Angelo Dureghello <angelo@sysam.it> | Sun Feb 04 21:13:12 2018 +0100 |
committer | Angelo Dureghello <angelo@sysam.it> | Sun Sep 16 00:01:13 2018 +0200 |
tree | 0d4a4a086ee06567e6808acddccdecde8efaab75 | |
parent | a400d3c35dbe76eefdb9d4a4094a47839cb6c7fa [diff] |
m68k: fix mcf5441x total interrupt number Signed-off-by: Angelo Dureghello <angelo@sysam.it>
diff --git a/arch/m68k/include/asm/immap.h b/arch/m68k/include/asm/immap.h index 06bc2a0..80fa257 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 */