summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index f5e4862995..b989ad1a33 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -465,7 +465,7 @@
465 defined(CPU_PP) || /* PortalPlayer: core, plugins, codecs */ \ 465 defined(CPU_PP) || /* PortalPlayer: core, plugins, codecs */ \
466 defined(CPU_TCC77X) || /* Telechips: core, plugins, codecs */ \ 466 defined(CPU_TCC77X) || /* Telechips: core, plugins, codecs */ \
467 (CONFIG_CPU == PNX0101) || \ 467 (CONFIG_CPU == PNX0101) || \
468 (CONFIG_CPU == S5L8700)) /* Samsing S5L8700: core, plugins, codecs */ 468 (CONFIG_CPU == S5L8700)) /* Samsung S5L8700: core, plugins, codecs */
469#define ICODE_ATTR __attribute__ ((section(".icode"))) 469#define ICODE_ATTR __attribute__ ((section(".icode")))
470#define ICONST_ATTR __attribute__ ((section(".irodata"))) 470#define ICONST_ATTR __attribute__ ((section(".irodata")))
471#define IDATA_ATTR __attribute__ ((section(".idata"))) 471#define IDATA_ATTR __attribute__ ((section(".idata")))