mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 09:42:22 +02:00
ColdFire: Add M5253EVBE platform for MCF52x2
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
This commit is contained in:
2
lib_m68k/interrupts.c
Normal file → Executable file
2
lib_m68k/interrupts.c
Normal file → Executable file
@@ -106,8 +106,6 @@ void int_handler (struct pt_regs *fp)
|
||||
vec = (fp->vector >> 2) & 0xff;
|
||||
if (vec > 0x40)
|
||||
vec -= 0x40;
|
||||
else
|
||||
return;
|
||||
|
||||
if (irq_vecs[vec].handler != NULL) {
|
||||
irq_vecs[vec].handler (irq_vecs[vec].arg);
|
||||
|
Reference in New Issue
Block a user