summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 7de52c6e66..7e95d23ab6 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -115,7 +115,8 @@
115/* IRAM usage */ 115/* IRAM usage */
116#if !defined(SIMULATOR) && /* Not for simulators */ \ 116#if !defined(SIMULATOR) && /* Not for simulators */ \
117 (((CONFIG_CPU == SH7034) && !defined(PLUGIN)) || /* SH1 archos: core only */ \ 117 (((CONFIG_CPU == SH7034) && !defined(PLUGIN)) || /* SH1 archos: core only */ \
118 (CONFIG_CPU == MCF5249)) /* Coldfire: core, plugins, codecs */ 118 (CONFIG_CPU == MCF5249) || /* Coldfire: core, plugins, codecs */ \
119 (CONFIG_CPU == TCC730)) /* CalmRISC16: core, (plugins, codecs) */
119#define ICODE_ATTR __attribute__ ((section(".icode"))) 120#define ICODE_ATTR __attribute__ ((section(".icode")))
120#define IDATA_ATTR __attribute__ ((section(".idata"))) 121#define IDATA_ATTR __attribute__ ((section(".idata")))
121#define USE_IRAM 122#define USE_IRAM