summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansaclipplus.h
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-05-10 03:49:17 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-05-10 03:49:17 +0000
commit4970f98619e7981a2b032e34bc0849cf139a1142 (patch)
tree3aee4d1f88d94880a7a1bb059ccab24512140af4 /firmware/export/config/sansaclipplus.h
parent270f136fd2b15b449edbb82ab175ce39d0407bf1 (diff)
downloadrockbox-4970f98619e7981a2b032e34bc0849cf139a1142.tar.gz
rockbox-4970f98619e7981a2b032e34bc0849cf139a1142.zip
as3525v2: disable adjustable CPU frequency
When the rest of the code is confirmed to work properly without CPU frequency changes, it will be possible to reliabily test set_cpu_frequency() git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25924 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config/sansaclipplus.h')
-rw-r--r--firmware/export/config/sansaclipplus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/sansaclipplus.h b/firmware/export/config/sansaclipplus.h
index 875ef308d3..79a7776b51 100644
--- a/firmware/export/config/sansaclipplus.h
+++ b/firmware/export/config/sansaclipplus.h
@@ -191,7 +191,7 @@
191#define CONFIG_LED LED_VIRTUAL 191#define CONFIG_LED LED_VIRTUAL
192 192
193/* Define this if you have adjustable CPU frequency */ 193/* Define this if you have adjustable CPU frequency */
194#define HAVE_ADJUSTABLE_CPU_FREQ 194//#define HAVE_ADJUSTABLE_CPU_FREQ
195 195
196#define BOOTFILE_EXT "sansa" 196#define BOOTFILE_EXT "sansa"
197#define BOOTFILE "rockbox." BOOTFILE_EXT 197#define BOOTFILE "rockbox." BOOTFILE_EXT