summaryrefslogtreecommitdiff
path: root/firmware/export/config-h10.h
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2007-07-03 00:42:42 +0000
committerJens Arnold <amiconn@rockbox.org>2007-07-03 00:42:42 +0000
commit7b861eca95b54f4132e2ed6a8f9c0edbf0a65ab8 (patch)
tree244f49047baface22ef7a39dea7501f9a8271d42 /firmware/export/config-h10.h
parentede373108adbd3bfb54f93c3c9841179fd581f21 (diff)
downloadrockbox-7b861eca95b54f4132e2ed6a8f9c0edbf0a65ab8.tar.gz
rockbox-7b861eca95b54f4132e2ed6a8f9c0edbf0a65ab8.zip
More PP502x clock setup rework. This should fix the freezes on PP5020 once and for all. Enabled clock scaling for H10. * CPUFREQ_MAX changed to 78MHz * To be cleaned up soon.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13767 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-h10.h')
-rw-r--r--firmware/export/config-h10.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-h10.h b/firmware/export/config-h10.h
index b0617eb71e..7a97f4c9bd 100644
--- a/firmware/export/config-h10.h
+++ b/firmware/export/config-h10.h
@@ -156,7 +156,7 @@
156#define CONFIG_LED LED_VIRTUAL 156#define CONFIG_LED LED_VIRTUAL
157 157
158/* Define this if you have adjustable CPU frequency */ 158/* Define this if you have adjustable CPU frequency */
159/*#define HAVE_ADJUSTABLE_CPU_FREQ*/ 159#define HAVE_ADJUSTABLE_CPU_FREQ
160 160
161#define MI4_FORMAT 161#define MI4_FORMAT
162#define BOOTFILE_EXT "mi4" 162#define BOOTFILE_EXT "mi4"