From 280df99c90df6e2b9cef984dea6cd45f6083cb95 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Fri, 20 Mar 2009 23:15:38 +0000 Subject: Actually kill them.. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20418 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/timer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'firmware/export/timer.h') diff --git a/firmware/export/timer.h b/firmware/export/timer.h index 258ab1767a..27a8ace409 100644 --- a/firmware/export/timer.h +++ b/firmware/export/timer.h @@ -34,7 +34,8 @@ #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 + || defined(CPU_TCC77X) || CONFIG_CPU == AS3525 || CONFIG_CPU == IMX31L \ + || CONFIG_CPU == JZ4732 #include "timer-target.h" #elif defined(SIMULATOR) #define TIMER_FREQ 1000000 -- cgit v1.2.3