diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2010-03-04 00:37:41 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-03-04 00:37:41 +0000 |
commit | b678be335a0ecc3427a88c87aae0e37f8328dc38 (patch) | |
tree | bc316337b13c2fdeca4bf47e2ea0e8f2d0fb00e8 /firmware/export/config/sansaclipv2.h | |
parent | 05c082267d5b6fc1ae1493fc262ff5e3b450d4cf (diff) | |
download | rockbox-b678be335a0ecc3427a88c87aae0e37f8328dc38.tar.gz rockbox-b678be335a0ecc3427a88c87aae0e37f8328dc38.tar.bz2 rockbox-b678be335a0ecc3427a88c87aae0e37f8328dc38.zip |
AS3525v2: disable cpu frequency changes
CGU_PROC looks different from as3525v1 and there have been reports of
Clip+ becoming warm when boosted
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25020 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config/sansaclipv2.h')
-rw-r--r-- | firmware/export/config/sansaclipv2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/sansaclipv2.h b/firmware/export/config/sansaclipv2.h index e44ce061fb..a3ca5a1e1c 100644 --- a/firmware/export/config/sansaclipv2.h +++ b/firmware/export/config/sansaclipv2.h @@ -190,7 +190,7 @@ #define CONFIG_LED LED_VIRTUAL /* Define this if you have adjustable CPU frequency */ -#define HAVE_ADJUSTABLE_CPU_FREQ +//#define HAVE_ADJUSTABLE_CPU_FREQ #define BOOTFILE_EXT "sansa" #define BOOTFILE "rockbox." BOOTFILE_EXT |