summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index c0e2b43d97..34d0bf27c6 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -450,7 +450,6 @@
450 defined(CPU_COLDFIRE) || /* Coldfire: core, plugins, codecs */ \ 450 defined(CPU_COLDFIRE) || /* Coldfire: core, plugins, codecs */ \
451 defined(CPU_PP) || /* PortalPlayer: core, plugins, codecs */ \ 451 defined(CPU_PP) || /* PortalPlayer: core, plugins, codecs */ \
452 defined(CPU_TCC77X) || /* Telechips: core, plugins, codecs */ \ 452 defined(CPU_TCC77X) || /* Telechips: core, plugins, codecs */ \
453 defined(CPU_TCC780X) || /* Telechips: core, plugins, codecs */ \
454 (CONFIG_CPU == PNX0101)) 453 (CONFIG_CPU == PNX0101))
455#define ICODE_ATTR __attribute__ ((section(".icode"))) 454#define ICODE_ATTR __attribute__ ((section(".icode")))
456#define ICONST_ATTR __attribute__ ((section(".irodata"))) 455#define ICONST_ATTR __attribute__ ((section(".irodata")))