summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorRob Purchase <shotofadds@rockbox.org>2010-05-31 21:00:25 +0000
committerRob Purchase <shotofadds@rockbox.org>2010-05-31 21:00:25 +0000
commita6c1b54d4651920efdafd52a402fadf0f80b373c (patch)
tree115f197e177e62ae472640131eee0f8699f85136 /firmware/export/config.h
parent64adb32cbfc805c01084ff935049998846c70dcd (diff)
downloadrockbox-a6c1b54d4651920efdafd52a402fadf0f80b373c.tar.gz
rockbox-a6c1b54d4651920efdafd52a402fadf0f80b373c.zip
Enable IRAM on TCC7801 (Cowon D2) for a 6-12% speedup in codecs that use it, and a small increase in battery life.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26436 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 0ed1be4157..b73f605d9d 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -727,6 +727,7 @@ Lyre prototype 1 */
727 (CONFIG_CPU == AS3525 && MEMORYSIZE <= 2 && !defined(PLUGIN) && !defined(CODEC)) || /* AS3525 2MB: core only */ \ 727 (CONFIG_CPU == AS3525 && MEMORYSIZE <= 2 && !defined(PLUGIN) && !defined(CODEC)) || /* AS3525 2MB: core only */ \
728 (CONFIG_CPU == AS3525v2 && !defined(PLUGIN) && !defined(CODEC)) || /* AS3525v2: core only */ \ 728 (CONFIG_CPU == AS3525v2 && !defined(PLUGIN) && !defined(CODEC)) || /* AS3525v2: core only */ \
729 (CONFIG_CPU == PNX0101) || \ 729 (CONFIG_CPU == PNX0101) || \
730 (CONFIG_CPU == TCC7801) || \
730 defined(CPU_S5L870X)) || /* Samsung S5L8700: core, plugins, codecs */ \ 731 defined(CPU_S5L870X)) || /* Samsung S5L8700: core, plugins, codecs */ \
731 (CONFIG_CPU == JZ4732 && !defined(PLUGIN) && !defined(CODEC)) /* Jz4740: core only */ 732 (CONFIG_CPU == JZ4732 && !defined(PLUGIN) && !defined(CODEC)) /* Jz4740: core only */
732#define ICODE_ATTR __attribute__ ((section(".icode"))) 733#define ICODE_ATTR __attribute__ ((section(".icode")))