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 74c7e924ff..95e3399690 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -275,8 +275,7 @@
275#if !defined(SIMULATOR) && /* Not for simulators */ \ 275#if !defined(SIMULATOR) && /* Not for simulators */ \
276 (((CONFIG_CPU == SH7034) && !defined(PLUGIN)) || /* SH1 archos: core only */ \ 276 (((CONFIG_CPU == SH7034) && !defined(PLUGIN)) || /* SH1 archos: core only */ \
277 defined(CPU_COLDFIRE) || /* Coldfire: core, plugins, codecs */ \ 277 defined(CPU_COLDFIRE) || /* Coldfire: core, plugins, codecs */ \
278 (CONFIG_CPU == PP5020) || /* iPod and H10: core, plugins, codecs */ \ 278 defined(CPU_PP) || /* PortalPlayer: core, plugins, codecs */ \
279 (CONFIG_CPU == PP5002) || /* iPod: core, plugins, codecs */ \
280 (CONFIG_CPU == PNX0101)) 279 (CONFIG_CPU == PNX0101))
281#define ICODE_ATTR __attribute__ ((section(".icode"))) 280#define ICODE_ATTR __attribute__ ((section(".icode")))
282#define ICONST_ATTR __attribute__ ((section(".irodata"))) 281#define ICONST_ATTR __attribute__ ((section(".irodata")))