diff options
| author | Rob Purchase <shotofadds@rockbox.org> | 2008-03-29 20:40:38 +0000 |
|---|---|---|
| committer | Rob Purchase <shotofadds@rockbox.org> | 2008-03-29 20:40:38 +0000 |
| commit | 3d36f4e93867d059308255b4473f43c55cc3400c (patch) | |
| tree | dfbd9b2aa76f8e31e77d70bae29efaf235a3cc1f /firmware/export | |
| parent | 12b6c847c52a84608dc4035207a71350b829dd08 (diff) | |
| download | rockbox-3d36f4e93867d059308255b4473f43c55cc3400c.zip rockbox-3d36f4e93867d059308255b4473f43c55cc3400c.tar.gz rockbox-3d36f4e93867d059308255b4473f43c55cc3400c.tar.bz2 rockbox-3d36f4e93867d059308255b4473f43c55cc3400c.tar.xz | |
Implement set_cpu_frequency() for TCC780x, but leave it disabled for now as switching can cause an occasional freeze. Reduce default speed from maximum to 48Mhz.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16882 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/config-cowond2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-cowond2.h b/firmware/export/config-cowond2.h index 2574c51..aeb60bf 100644 --- a/firmware/export/config-cowond2.h +++ b/firmware/export/config-cowond2.h @@ -119,10 +119,10 @@ #define HAVE_ATA_POWER_OFF /* Define this to the CPU frequency */ -#define CPU_FREQ 192000000 +#define CPU_FREQ 48000000 /* Define this if you have adjustable CPU frequency */ -#define HAVE_ADJUSTABLE_CPU_FREQ +/* #define HAVE_ADJUSTABLE_CPU_FREQ */ /* Offset ( in the firmware file's header ) to the file CRC */ #define FIRMWARE_OFFSET_FILE_CRC 0 |