mirror of
https://github.com/u-boot/u-boot.git
synced 2025-01-16 07:43:48 +08: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_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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user