mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
ColdFire: Add M5253EVBE platform for MCF52x2
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
This commit is contained in:
parent
a605aacd83
commit
a1436a8426
18 changed files with 1010 additions and 35 deletions
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue