summaryrefslogtreecommitdiff
path: root/bootloader/gigabeat-s.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/gigabeat-s.c')
-rw-r--r--bootloader/gigabeat-s.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/gigabeat-s.c b/bootloader/gigabeat-s.c
index eba3cd7342..83e2ce78f0 100644
--- a/bootloader/gigabeat-s.c
+++ b/bootloader/gigabeat-s.c
@@ -150,7 +150,7 @@ void main(void)
150 printf("kernel init done"); 150 printf("kernel init done");
151 int rc; 151 int rc;
152 152
153 set_interrupt_status(IRQ_FIQ_ENABLED, IRQ_FIQ_STATUS); 153 disable_interrupt(IRQ_FIQ_STATUS);
154 154
155 rc = ata_init(); 155 rc = ata_init();
156 if(rc) 156 if(rc)