From 39e78993f317349dacfc4e8d1abb703117636696 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Thu, 1 Apr 2010 02:39:25 +0000 Subject: 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 --- firmware/export/config/sansaclipplus.h | 4 ++-- firmware/export/config/sansaclipv2.h | 4 ++-- firmware/export/config/sansafuzev2.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'firmware/export/config') diff --git a/firmware/export/config/sansaclipplus.h b/firmware/export/config/sansaclipplus.h index 462c0a76e8..76be3cae7f 100644 --- a/firmware/export/config/sansaclipplus.h +++ b/firmware/export/config/sansaclipplus.h @@ -161,7 +161,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 @@ -188,7 +188,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 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 diff --git a/firmware/export/config/sansafuzev2.h b/firmware/export/config/sansafuzev2.h index 3a46003361..fcb4a676d3 100644 --- a/firmware/export/config/sansafuzev2.h +++ b/firmware/export/config/sansafuzev2.h @@ -165,7 +165,7 @@ #define CURRENT_RECORD CURRENT_NORMAL /* Define this to the CPU frequency */ -#define CPU_FREQ 250000000 +#define CPU_FREQ 240000000 /* Type of LCD */ #define CONFIG_LCD LCD_FUZE @@ -196,7 +196,7 @@ #endif /* !BOOTLOADER */ /* 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 -- cgit v1.2.3