summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Purchase <shotofadds@rockbox.org>2008-06-23 22:25:33 +0000
committerRob Purchase <shotofadds@rockbox.org>2008-06-23 22:25:33 +0000
commite7a31c16dc818f835c7aef2cc0183e0f6075e81d (patch)
tree1d17da6cd415d876b162b78139b6437cb283dbba
parent3ca42e4aacd4d33dd440fb9357217e71c1ea50a5 (diff)
downloadrockbox-e7a31c16dc818f835c7aef2cc0183e0f6075e81d.tar.gz
rockbox-e7a31c16dc818f835c7aef2cc0183e0f6075e81d.zip
Disable IRAM usage on TCC780x, giving at least a 2x speedup in codecs and elsewhere. To be re-instated only when the issue is fully understood.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17774 a1c6a512-1295-4272-9138-f99709370657
-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")))