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, 2 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index f00ac6498c..a934211542 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -247,7 +247,8 @@
247 defined(CPU_COLDFIRE) || /* Coldfire: core, plugins, codecs */ \ 247 defined(CPU_COLDFIRE) || /* Coldfire: core, plugins, codecs */ \
248 (CONFIG_CPU == PP5020) || /* iPod and H10: core, plugins, codecs */ \ 248 (CONFIG_CPU == PP5020) || /* iPod and H10: core, plugins, codecs */ \
249 (CONFIG_CPU == PP5002) || /* iPod: core, plugins, codecs */ \ 249 (CONFIG_CPU == PP5002) || /* iPod: core, plugins, codecs */ \
250 (CONFIG_CPU == TCC730)) /* CalmRISC16: core, (plugins, codecs) */ 250 (CONFIG_CPU == TCC730) || /* CalmRISC16: core, (plugins, codecs) */ \
251 (CONFIG_CPU == PNX0101))
251#define ICODE_ATTR __attribute__ ((section(".icode"))) 252#define ICODE_ATTR __attribute__ ((section(".icode")))
252#define ICONST_ATTR __attribute__ ((section(".irodata"))) 253#define ICONST_ATTR __attribute__ ((section(".irodata")))
253#define IDATA_ATTR __attribute__ ((section(".idata"))) 254#define IDATA_ATTR __attribute__ ((section(".idata")))