aboutsummaryrefslogtreecommitdiff
path: root/src/sys/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/core.c')
-rw-r--r--src/sys/core.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sys/core.c b/src/sys/core.c
index 079fc78..fda4d86 100644
--- a/src/sys/core.c
+++ b/src/sys/core.c
@@ -33,8 +33,6 @@ void sysinit(void)
// Enable Timer
// As an IRQ
store32(1<<0, IRQ_BASIC_ENABLE);
- // As a FIQ
- //store32(0xC0, FIQ_CONTROL);
// Get the frequency
cntfrq = read_cntfrq();
// Clear cntv interrupt and set next 1 second timer