summaryrefslogtreecommitdiff
path: root/firmware/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/timer.c')
-rw-r--r--firmware/timer.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/timer.c b/firmware/timer.c
index 54e3dc7ac3..666bdb972b 100644
--- a/firmware/timer.c
+++ b/firmware/timer.c
@@ -70,10 +70,6 @@ static bool timer_set(long cycles, bool start)
70 (void)start; 70 (void)start;
71#endif 71#endif
72 72
73#ifdef CPU_COLDFIRE
74 cycles >>= 1; /* the coldfire timer works on busclk == cpuclk/2 */
75#endif
76
77/* Don't do this on ipods, we don't know if these platforms have prescaler 73/* Don't do this on ipods, we don't know if these platforms have prescaler
78 capabilities on the timer we use. */ 74 capabilities on the timer we use. */
79#if CONFIG_CPU != PP5020 && CONFIG_CPU != PP5002 75#if CONFIG_CPU != PP5020 && CONFIG_CPU != PP5002