summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorMichael Giacomelli <giac2000@hotmail.com>2007-07-09 18:02:01 +0000
committerMichael Giacomelli <giac2000@hotmail.com>2007-07-09 18:02:01 +0000
commitcb9ab6e0e13e65f4943039f0042edc2cfd6369de (patch)
tree8abbb20d027da7cc71f1b963084793b938b48ab0 /firmware/export
parent0fd4e3f8e1effb40682d291cfbb3dac35a85ba19 (diff)
downloadrockbox-cb9ab6e0e13e65f4943039f0042edc2cfd6369de.tar.gz
rockbox-cb9ab6e0e13e65f4943039f0042edc2cfd6369de.zip
Enable frequency scaling on the Sansa. Thanks to Jens Arnold's improvements, it seems stable.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13835 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-e200.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h
index 6edab71fbf..cb3775800a 100644
--- a/firmware/export/config-e200.h
+++ b/firmware/export/config-e200.h
@@ -160,7 +160,7 @@
160#define CONFIG_LED LED_VIRTUAL 160#define CONFIG_LED LED_VIRTUAL
161 161
162/* Define this if you have adjustable CPU frequency */ 162/* Define this if you have adjustable CPU frequency */
163/*#define HAVE_ADJUSTABLE_CPU_FREQ*/ 163#define HAVE_ADJUSTABLE_CPU_FREQ
164 164
165#define MI4_FORMAT 165#define MI4_FORMAT
166#define BOOTFILE_EXT "mi4" 166#define BOOTFILE_EXT "mi4"