diff options
author | Angelo Dureghello <angelo@sysam.it> | 2018-02-04 21:13:12 +0100 |
---|---|---|
committer | Angelo Dureghello <angelo@sysam.it> | 2018-09-16 00:01:13 +0200 |
commit | a1ed3a83be63bfc6e817854b29c9c0572a86bea7 (patch) | |
tree | 0d4a4a086ee06567e6808acddccdecde8efaab75 /arch | |
parent | 2976d3c1504960d3934a7404b0648edc28b52eb9 (diff) |
m68k: fix mcf5441x total interrupt number
Signed-off-by: Angelo Dureghello <angelo@sysam.it>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/m68k/include/asm/immap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/include/asm/immap.h b/arch/m68k/include/asm/immap.h index 06bc2a0a58..80fa25769b 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 */ |