mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-26 08:31:28 +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_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…
Add table
Add a link
Reference in a new issue