summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorBob Cousins <bobc@rockbox.org>2009-11-03 13:50:52 +0000
committerBob Cousins <bobc@rockbox.org>2009-11-03 13:50:52 +0000
commitdeb1b0e51c59518a6152b9a4b1f24004545c5c57 (patch)
tree3feb40c5156b777fd5383669ab95f0caf6165bdf /firmware/export
parentbb9808b8afe1e95b0d7734840e64a91a0da3fe9b (diff)
downloadrockbox-deb1b0e51c59518a6152b9a4b1f24004545c5c57.tar.gz
rockbox-deb1b0e51c59518a6152b9a4b1f24004545c5c57.zip
Improvements to mini2440 audio; change CPU freq to 406MHz
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23495 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-mini2440.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/firmware/export/config-mini2440.h b/firmware/export/config-mini2440.h
index a477236d19..f08d4875ef 100644
--- a/firmware/export/config-mini2440.h
+++ b/firmware/export/config-mini2440.h
@@ -84,11 +84,8 @@
84 84
85/* Define DAC/Codec */ 85/* Define DAC/Codec */
86#define HAVE_UDA1341 86#define HAVE_UDA1341
87/* ... tone controls, use the software ones */
88#define HAVE_SW_TONE_CONTROLS
89 87
90#define HW_SAMPR_CAPS (SAMPR_CAP_64 | SAMPR_CAP_44 | SAMPR_CAP_22 | \ 88#define HW_SAMPR_CAPS (SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11)
91 SAMPR_CAP_11)
92 89
93/* Battery */ 90/* Battery */
94#define BATTERY_CAPACITY_DEFAULT 1100 /* default battery capacity */ 91#define BATTERY_CAPACITY_DEFAULT 1100 /* default battery capacity */
@@ -130,7 +127,7 @@
130#define CONFIG_CPU S3C2440 127#define CONFIG_CPU S3C2440
131 128
132/* Define this to the CPU frequency */ 129/* Define this to the CPU frequency */
133#define CPU_FREQ 405000000 130#define CPU_FREQ 406000000
134#define MCK_FREQ (CPU_FREQ/4) 131#define MCK_FREQ (CPU_FREQ/4)
135#define SLOW_CLOCK 32768 132#define SLOW_CLOCK 32768
136 133