mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-09 03:58:18 -04:00
Blackfin: only enable hardware error irq by default
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
2b66f08f25
commit
e4337968e4
@ -133,9 +133,8 @@ int irq_init(void)
|
|||||||
bfin_write_EVT15(evt_default);
|
bfin_write_EVT15(evt_default);
|
||||||
bfin_write_ILAT(0);
|
bfin_write_ILAT(0);
|
||||||
CSYNC();
|
CSYNC();
|
||||||
/* enable all interrupts except for core timer */
|
/* enable hardware error irq */
|
||||||
irq_flags = 0xffffffbf;
|
irq_flags = 0x3f;
|
||||||
local_irq_enable();
|
local_irq_enable();
|
||||||
CSYNC();
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user