forked from Minki/linux
1131379b48
Timer interrupts range was defined as 43-47, what overlaps with VIC0 range
(32-64). This was caused probably by a typo while the common interrupts
definition was refactored. This patch moves timer interrupt range to safe
area of 11-15 (just before uart range).
This fixes the commit
|
||
---|---|---|
.. | ||
include/plat | ||
clock.c | ||
cpu.c | ||
dev-uart.c | ||
irq.c | ||
Kconfig | ||
Makefile | ||
setup-i2c0.c |