diff options
| author | Barry Wardell <rockbox@barrywardell.net> | 2006-09-03 21:38:16 +0000 |
|---|---|---|
| committer | Barry Wardell <rockbox@barrywardell.net> | 2006-09-03 21:38:16 +0000 |
| commit | 8c834bd57c9d90128741b0ab9060eac233f5a2c7 (patch) | |
| tree | a9892dc6b40591e4fd78481a1f5ddbfba4c0f955 | |
| parent | ae8d4ff54385b4f9e470fd62e355b31b8dc4f269 (diff) | |
| download | rockbox-8c834bd57c9d90128741b0ab9060eac233f5a2c7.zip rockbox-8c834bd57c9d90128741b0ab9060eac233f5a2c7.tar.gz rockbox-8c834bd57c9d90128741b0ab9060eac233f5a2c7.tar.bz2 rockbox-8c834bd57c9d90128741b0ab9060eac233f5a2c7.tar.xz | |
Disable cpu frequency adjusting for H10 for now as it is causing freezes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10878 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/config-h10.h | 2 | ||||
| -rw-r--r-- | firmware/export/config-h10_5gb.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-h10.h b/firmware/export/config-h10.h index 1bade10..cfa7f6b 100644 --- a/firmware/export/config-h10.h +++ b/firmware/export/config-h10.h @@ -119,7 +119,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 "h10" #define BOOTFILE "rockbox." BOOTFILE_EXT diff --git a/firmware/export/config-h10_5gb.h b/firmware/export/config-h10_5gb.h index 693ee71..d3750c1 100644 --- a/firmware/export/config-h10_5gb.h +++ b/firmware/export/config-h10_5gb.h @@ -118,7 +118,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 "h10" #define BOOTFILE "rockbox." BOOTFILE_EXT |