Skip to content
Snippets Groups Projects
Commit e4337968 authored by Mike Frysinger's avatar Mike Frysinger
Browse files

Blackfin: only enable hardware error irq by default

parent 2b66f08f
No related branches found
No related tags found
No related merge requests found
......@@ -133,9 +133,8 @@ int irq_init(void)
bfin_write_EVT15(evt_default);
bfin_write_ILAT(0);
CSYNC();
/* enable all interrupts except for core timer */
irq_flags = 0xffffffbf;
/* enable hardware error irq */
irq_flags = 0x3f;
local_irq_enable();
CSYNC();
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment