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 0801409cd4..05938d14ec 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -309,6 +309,11 @@
309#define CPU_PP502x 309#define CPU_PP502x
310#endif 310#endif
311 311
312/* define for all cpus from ARM7TDMI family (for specific optimisations) */
313#if defined(CPU_PP) || (CONFIG_CPU == PNX0101) || (CONFIG_CPU == DSC25)
314#define CPU_ARM7TDMI
315#endif
316
312/* define for all cpus from ARM family */ 317/* define for all cpus from ARM family */
313#if defined(CPU_PP) || (CONFIG_CPU == PNX0101) || (CONFIG_CPU == S3C2440) \ 318#if defined(CPU_PP) || (CONFIG_CPU == PNX0101) || (CONFIG_CPU == S3C2440) \
314 || (CONFIG_CPU == DSC25) || (CONFIG_CPU == IMX31L) || (CONFIG_CPU == DM320) 319 || (CONFIG_CPU == DSC25) || (CONFIG_CPU == IMX31L) || (CONFIG_CPU == DM320)