summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 1654072a3a..6b77f0dfc1 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -118,6 +118,11 @@
118/* no known platform */ 118/* no known platform */
119#endif 119#endif
120 120
121/* define for all cpus from coldfire family */
122#if (CONFIG_CPU == MCF5249) || (CONFIG_CPU == MCF5250)
123#define CPU_COLDFIRE
124#endif
125
121#ifndef CODEC_SIZE 126#ifndef CODEC_SIZE
122#define CODEC_SIZE 0 127#define CODEC_SIZE 0
123#endif 128#endif