diff options
| author | Dave Chapman <dave@dchapman.com> | 2006-04-07 12:16:27 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2006-04-07 12:16:27 +0000 |
| commit | 8204cd76a77d2ea06729661c04d439d3af5b75e4 (patch) | |
| tree | d4a6f07b15d6f819148cce121640f73f945c24ec /firmware/export | |
| parent | 24bb9d4ceb33a8844e4bd8395617439ef8ab60e2 (diff) | |
| download | rockbox-8204cd76a77d2ea06729661c04d439d3af5b75e4.zip rockbox-8204cd76a77d2ea06729661c04d439d3af5b75e4.tar.gz rockbox-8204cd76a77d2ea06729661c04d439d3af5b75e4.tar.bz2 rockbox-8204cd76a77d2ea06729661c04d439d3af5b75e4.tar.xz | |
iPod: Enable dynamic CPU frequency changing on the 4G (both greyscale and colour) and the first generation mini
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9548 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/config-ipod4g.h | 2 | ||||
| -rw-r--r-- | firmware/export/config-ipodcolor.h | 2 | ||||
| -rw-r--r-- | firmware/export/config-ipodmini.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-ipod4g.h b/firmware/export/config-ipod4g.h index 7e428de..d4d4f28 100644 --- a/firmware/export/config-ipod4g.h +++ b/firmware/export/config-ipod4g.h @@ -94,7 +94,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 "ipod" #define BOOTFILE "rockbox." BOOTFILE_EXT diff --git a/firmware/export/config-ipodcolor.h b/firmware/export/config-ipodcolor.h index 9cbc058..a48bde5 100644 --- a/firmware/export/config-ipodcolor.h +++ b/firmware/export/config-ipodcolor.h @@ -93,7 +93,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 "ipod" #define BOOTFILE "rockbox." BOOTFILE_EXT diff --git a/firmware/export/config-ipodmini.h b/firmware/export/config-ipodmini.h index 4514bcb..1cb18a7 100644 --- a/firmware/export/config-ipodmini.h +++ b/firmware/export/config-ipodmini.h @@ -94,7 +94,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 "ipod" #define BOOTFILE "rockbox." BOOTFILE_EXT |