mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
m68k: fix mcf5441x total interrupt number
Signed-off-by: Angelo Dureghello <angelo@sysam.it>
This commit is contained in:
parent
2976d3c150
commit
a1ed3a83be
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in a new issue