m68knommu: Fix mach_sched_init for EZ and VZ DragonBall chips
Signed-off-by: Daniel Palmer <danieruru@gmail.com> Signed-off-by: Greg Ungerer <gerg@uclinux.org>
This commit is contained in:
committed by
Greg Ungerer
parent
c7208164e6
commit
0b1755160c
@@ -70,6 +70,7 @@ void __init config_BSP(char *command, int len)
|
|||||||
else command[0] = 0;
|
else command[0] = 0;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
mach_sched_init = hw_timer_init;
|
||||||
mach_hwclk = m68328_hwclk;
|
mach_hwclk = m68328_hwclk;
|
||||||
mach_reset = m68ez328_reset;
|
mach_reset = m68ez328_reset;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -182,6 +182,7 @@ void __init config_BSP(char *command, int size)
|
|||||||
|
|
||||||
init_hardware(command, size);
|
init_hardware(command, size);
|
||||||
|
|
||||||
|
mach_sched_init = hw_timer_init;
|
||||||
mach_hwclk = m68328_hwclk;
|
mach_hwclk = m68328_hwclk;
|
||||||
mach_reset = m68vz328_reset;
|
mach_reset = m68vz328_reset;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user