mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00: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
1 changed files with 2 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue