From 15a7f5e5e9495667e204cde8852b33587427911f Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Mon, 29 Jun 2009 14:29:02 +0000 Subject: Move PNX0101 timer code in the target tree git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21554 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/timer.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'firmware/export/timer.h') 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 @@ #elif defined(CPU_COLDFIRE) /* timer is based on busclk == cpuclk/2 */ #define TIMER_FREQ (CPU_FREQ/2) -#elif CONFIG_CPU == PNX0101 - #define TIMER_FREQ 3000000 #elif CONFIG_CPU == S3C2440 || CONFIG_CPU == DM320 || CONFIG_CPU == TCC7801 \ || defined(CPU_TCC77X) || CONFIG_CPU == AS3525 || CONFIG_CPU == IMX31L \ - || CONFIG_CPU == JZ4732 + || CONFIG_CPU == JZ4732 || CONFIG_CPU == PNX0101 #include "timer-target.h" #elif defined(SIMULATOR) #define TIMER_FREQ 1000000 -- cgit v1.2.3