summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index f99007304d..4ef4bd63fc 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -211,7 +211,7 @@
211/* IRAM usage */ 211/* IRAM usage */
212#if !defined(SIMULATOR) && /* Not for simulators */ \ 212#if !defined(SIMULATOR) && /* Not for simulators */ \
213 (((CONFIG_CPU == SH7034) && !defined(PLUGIN)) || /* SH1 archos: core only */ \ 213 (((CONFIG_CPU == SH7034) && !defined(PLUGIN)) || /* SH1 archos: core only */ \
214 (CONFIG_CPU == MCF5249) || /* Coldfire: core, plugins, codecs */ \ 214 defined(CPU_COLDFIRE) || /* Coldfire: core, plugins, codecs */ \
215 (CONFIG_CPU == PP5020) || /* iPod: core, plugins, codecs */ \ 215 (CONFIG_CPU == PP5020) || /* iPod: core, plugins, codecs */ \
216 (CONFIG_CPU == PP5002) || /* iPod: core, plugins, codecs */ \ 216 (CONFIG_CPU == PP5002) || /* iPod: core, plugins, codecs */ \
217 (CONFIG_CPU == TCC730)) /* CalmRISC16: core, (plugins, codecs) */ 217 (CONFIG_CPU == TCC730)) /* CalmRISC16: core, (plugins, codecs) */