summaryrefslogtreecommitdiffstats
path: root/firmware/export/config/sansaclipv2.h
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-04-01 02:39:25 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-04-01 02:39:25 +0000
commit39e78993f317349dacfc4e8d1abb703117636696 (patch)
treeaefc42d38f04b018eac168d34ffeacdab18e773e /firmware/export/config/sansaclipv2.h
parent8cccb6e099bc2c0335dd8bd5c19806fe919fdf7d (diff)
downloadrockbox-39e78993f317349dacfc4e8d1abb703117636696.tar.gz
rockbox-39e78993f317349dacfc4e8d1abb703117636696.zip
as3525v2: adjustable CPU freq : CGU_PROC is identical to as3525 after all
Instead of modifying CGU_PROC to get 24MHz pclk, just switch to fastbus else Clip+ wouldn't boot Tested on fuzev1/Clip+ git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25413 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config/sansaclipv2.h')
-rw-r--r--firmware/export/config/sansaclipv2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config/sansaclipv2.h b/firmware/export/config/sansaclipv2.h
index 20196dc72f..1736d6fe12 100644
--- a/firmware/export/config/sansaclipv2.h
+++ b/firmware/export/config/sansaclipv2.h
@@ -157,7 +157,7 @@
#define ROM_START 0x00000000
/* Define this to the CPU frequency */
-#define CPU_FREQ 250000000
+#define CPU_FREQ 240000000
/* Type of LCD */
#define CONFIG_LCD LCD_SSD1303
@@ -184,7 +184,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