summaryrefslogtreecommitdiff
path: root/firmware/export/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/timer.h')
-rw-r--r--firmware/export/timer.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/firmware/export/timer.h b/firmware/export/timer.h
index 27a8ace409..e36baa1e1f 100644
--- a/firmware/export/timer.h
+++ b/firmware/export/timer.h
@@ -31,11 +31,9 @@
31#elif defined(CPU_COLDFIRE) 31#elif defined(CPU_COLDFIRE)
32 /* timer is based on busclk == cpuclk/2 */ 32 /* timer is based on busclk == cpuclk/2 */
33 #define TIMER_FREQ (CPU_FREQ/2) 33 #define TIMER_FREQ (CPU_FREQ/2)
34#elif CONFIG_CPU == PNX0101
35 #define TIMER_FREQ 3000000
36#elif CONFIG_CPU == S3C2440 || CONFIG_CPU == DM320 || CONFIG_CPU == TCC7801 \ 34#elif CONFIG_CPU == S3C2440 || CONFIG_CPU == DM320 || CONFIG_CPU == TCC7801 \
37 || defined(CPU_TCC77X) || CONFIG_CPU == AS3525 || CONFIG_CPU == IMX31L \ 35 || defined(CPU_TCC77X) || CONFIG_CPU == AS3525 || CONFIG_CPU == IMX31L \
38 || CONFIG_CPU == JZ4732 36 || CONFIG_CPU == JZ4732 || CONFIG_CPU == PNX0101
39 #include "timer-target.h" 37 #include "timer-target.h"
40#elif defined(SIMULATOR) 38#elif defined(SIMULATOR)
41 #define TIMER_FREQ 1000000 39 #define TIMER_FREQ 1000000