aboutsummaryrefslogtreecommitdiff
path: root/arch/m68k
diff options
context:
space:
mode:
authorAngelo Dureghello <angelo@sysam.it>2018-02-04 21:13:12 +0100
committerAngelo Dureghello <angelo@sysam.it>2018-09-16 00:01:13 +0200
commita1ed3a83be63bfc6e817854b29c9c0572a86bea7 (patch)
tree0d4a4a086ee06567e6808acddccdecde8efaab75 /arch/m68k
parent2976d3c1504960d3934a7404b0648edc28b52eb9 (diff)
downloadu-boot-a1ed3a83be63bfc6e817854b29c9c0572a86bea7.zip
u-boot-a1ed3a83be63bfc6e817854b29c9c0572a86bea7.tar.gz
u-boot-a1ed3a83be63bfc6e817854b29c9c0572a86bea7.tar.bz2
m68k: fix mcf5441x total interrupt number
Signed-off-by: Angelo Dureghello <angelo@sysam.it>
Diffstat (limited to 'arch/m68k')
-rw-r--r--arch/m68k/include/asm/immap.h2
1 files changed, 1 insertions, 1 deletions
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 */