forked from len0rd/rockbox
Actually kill them..
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20418 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
343c3b795a
commit
280df99c90
2 changed files with 3 additions and 1 deletions
|
|
@ -1235,6 +1235,7 @@ target/mips/ingenic_jz47xx/i2c-jz4740.c
|
||||||
target/mips/ingenic_jz47xx/lcd-jz4740.c
|
target/mips/ingenic_jz47xx/lcd-jz4740.c
|
||||||
target/mips/ingenic_jz47xx/system-jz4740.c
|
target/mips/ingenic_jz47xx/system-jz4740.c
|
||||||
target/mips/ingenic_jz47xx/usb-jz4740.c
|
target/mips/ingenic_jz47xx/usb-jz4740.c
|
||||||
|
target/mips/ingenic_jz47xx/timer-jz4740.c
|
||||||
#ifndef BOOTLOADER
|
#ifndef BOOTLOADER
|
||||||
target/mips/ingenic_jz47xx/codec-jz4740.c
|
target/mips/ingenic_jz47xx/codec-jz4740.c
|
||||||
target/mips/ingenic_jz47xx/pcm-jz4740.c
|
target/mips/ingenic_jz47xx/pcm-jz4740.c
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,8 @@
|
||||||
#elif CONFIG_CPU == PNX0101
|
#elif CONFIG_CPU == PNX0101
|
||||||
#define TIMER_FREQ 3000000
|
#define TIMER_FREQ 3000000
|
||||||
#elif CONFIG_CPU == S3C2440 || CONFIG_CPU == DM320 || CONFIG_CPU == TCC7801 \
|
#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"
|
#include "timer-target.h"
|
||||||
#elif defined(SIMULATOR)
|
#elif defined(SIMULATOR)
|
||||||
#define TIMER_FREQ 1000000
|
#define TIMER_FREQ 1000000
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue