summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
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