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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index bdf8743942..fe2cff0ea6 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -481,7 +481,6 @@
481 (((CONFIG_CPU == SH7034) && !defined(PLUGIN)) || /* SH1 archos: core only */ \ 481 (((CONFIG_CPU == SH7034) && !defined(PLUGIN)) || /* SH1 archos: core only */ \
482 defined(CPU_COLDFIRE) || /* Coldfire: core, plugins, codecs */ \ 482 defined(CPU_COLDFIRE) || /* Coldfire: core, plugins, codecs */ \
483 defined(CPU_PP) || /* PortalPlayer: core, plugins, codecs */ \ 483 defined(CPU_PP) || /* PortalPlayer: core, plugins, codecs */ \
484 defined(CPU_TCC77X) || /* Telechips: core, plugins, codecs */ \
485 (CONFIG_CPU == PNX0101) || \ 484 (CONFIG_CPU == PNX0101) || \
486 (CONFIG_CPU == S5L8700)) /* Samsung S5L8700: core, plugins, codecs */ 485 (CONFIG_CPU == S5L8700)) /* Samsung S5L8700: core, plugins, codecs */
487#define ICODE_ATTR __attribute__ ((section(".icode"))) 486#define ICODE_ATTR __attribute__ ((section(".icode")))