mirror of
https://github.com/drasko/codezero.git
synced 2026-01-15 20:33:16 +01:00
Reverted amit's last patch which broke stuff.
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
#if defined (CONFIG_CPU_ARM11MPCORE) || defined (CONFIG_CPU_CORTEXA9)
|
||||
#define IRQ_TIMER0 MPCORE_GIC_IRQ_TIMER01
|
||||
#define IRQ_TIMER1 MPCORE_GIC_IRQ_TIMER23
|
||||
#define IRQ_KEYBOARD0 MPCORE_GIC_IRQ_KMI0
|
||||
#define IRQ_KEYBOARD0 MPCORE_GIC_IRQ_TIMER01
|
||||
#define IRQ_MOUSE0 MPCORE_GIC_IRQ_KMI1
|
||||
#else
|
||||
#define IRQ_TIMER0 EB_IRQ_TIMER01
|
||||
|
||||
Reference in New Issue
Block a user