diff options
Diffstat (limited to 'arch/m68k')
-rw-r--r-- | arch/m68k/platform/68000/m68EZ328.c | 3 | ||||
-rw-r--r-- | arch/m68k/platform/68000/m68VZ328.c | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/arch/m68k/platform/68000/m68EZ328.c b/arch/m68k/platform/68000/m68EZ328.c index 332b5e8605fc..21952906e9e2 100644 --- a/arch/m68k/platform/68000/m68EZ328.c +++ b/arch/m68k/platform/68000/m68EZ328.c | |||
@@ -69,7 +69,8 @@ void __init config_BSP(char *command, int len) | |||
69 | if (p) strcpy(p,command); | 69 | if (p) strcpy(p,command); |
70 | else command[0] = 0; | 70 | else command[0] = 0; |
71 | #endif | 71 | #endif |
72 | 72 | ||
73 | mach_sched_init = hw_timer_init; | ||
73 | mach_hwclk = m68328_hwclk; | 74 | mach_hwclk = m68328_hwclk; |
74 | mach_reset = m68ez328_reset; | 75 | mach_reset = m68ez328_reset; |
75 | } | 76 | } |
diff --git a/arch/m68k/platform/68000/m68VZ328.c b/arch/m68k/platform/68000/m68VZ328.c index fd6658358af1..0e5e5a10a021 100644 --- a/arch/m68k/platform/68000/m68VZ328.c +++ b/arch/m68k/platform/68000/m68VZ328.c | |||
@@ -182,6 +182,7 @@ void __init config_BSP(char *command, int size) | |||
182 | 182 | ||
183 | init_hardware(command, size); | 183 | init_hardware(command, size); |
184 | 184 | ||
185 | mach_sched_init = hw_timer_init; | ||
185 | mach_hwclk = m68328_hwclk; | 186 | mach_hwclk = m68328_hwclk; |
186 | mach_reset = m68vz328_reset; | 187 | mach_reset = m68vz328_reset; |
187 | } | 188 | } |