diff options
| author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-03-20 23:15:38 +0000 |
|---|---|---|
| committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-03-20 23:15:38 +0000 |
| commit | 280df99c90df6e2b9cef984dea6cd45f6083cb95 (patch) | |
| tree | f2d66bcc2959ea52e4592fe6735dbcd27282b9f1 /firmware | |
| parent | 343c3b795a69e4fc7efa081a56d34906585213b4 (diff) | |
| download | rockbox-280df99c90df6e2b9cef984dea6cd45f6083cb95.zip rockbox-280df99c90df6e2b9cef984dea6cd45f6083cb95.tar.gz rockbox-280df99c90df6e2b9cef984dea6cd45f6083cb95.tar.bz2 rockbox-280df99c90df6e2b9cef984dea6cd45f6083cb95.tar.xz | |
Actually kill them..
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20418 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
| -rw-r--r-- | firmware/SOURCES | 1 | ||||
| -rw-r--r-- | firmware/export/timer.h | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES index d7d2b69..43d9f9f 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -1235,6 +1235,7 @@ target/mips/ingenic_jz47xx/i2c-jz4740.c target/mips/ingenic_jz47xx/lcd-jz4740.c target/mips/ingenic_jz47xx/system-jz4740.c target/mips/ingenic_jz47xx/usb-jz4740.c +target/mips/ingenic_jz47xx/timer-jz4740.c #ifndef BOOTLOADER target/mips/ingenic_jz47xx/codec-jz4740.c target/mips/ingenic_jz47xx/pcm-jz4740.c diff --git a/firmware/export/timer.h b/firmware/export/timer.h index 258ab17..27a8ace 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 |