projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2976d3c
)
m68k: fix mcf5441x total interrupt number
author
Angelo Dureghello
<angelo@sysam.it>
Sun, 4 Feb 2018 20:13:12 +0000
(21:13 +0100)
committer
Angelo Dureghello
<angelo@sysam.it>
Sat, 15 Sep 2018 22:01:13 +0000
(
00:01
+0200)
Signed-off-by: Angelo Dureghello <angelo@sysam.it>
arch/m68k/include/asm/immap.h
patch
|
blob
|
history
diff --git
a/arch/m68k/include/asm/immap.h
b/arch/m68k/include/asm/immap.h
index 06bc2a0a5871859b28a654b8cf5a35c9721df31b..80fa25769b27e70c69f43dfb79c0ad9cc2f124e8 100644
(file)
--- 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 (1
28
)
+#define CONFIG_SYS_NUM_IRQS (1
92
)
#endif /* CONFIG_M54418 */