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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 7c55ee88a3..46d4336e70 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -307,8 +307,7 @@
307 307
308/* define for all cpus from ARM family */ 308/* define for all cpus from ARM family */
309#if defined(CPU_PP) || (CONFIG_CPU == PNX0101) || (CONFIG_CPU == S3C2440) \ 309#if defined(CPU_PP) || (CONFIG_CPU == PNX0101) || (CONFIG_CPU == S3C2440) \
310 || (CONFIG_CPU == TMS320DSC25) || (CONFIG_CPU == DM320) \ 310 || (CONFIG_CPU == TMS320DSC25) || (CONFIG_CPU == IMX31L)
311 || (CONFIG_CPU == IMX31L)
312#define CPU_ARM 311#define CPU_ARM
313#endif 312#endif
314 313