summaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2005-07-04 06:10:44 +0000
committerJens Arnold <amiconn@rockbox.org>2005-07-04 06:10:44 +0000
commitc0e6ed6b66f31bb44c2f38afb85453a8389d4c34 (patch)
treeabbc4e2127fb1f6e91f02f7c16bd44f1201a4c63 /firmware
parent8ad60cced277c0b04f481a22daad4bbc43221b72 (diff)
downloadrockbox-c0e6ed6b66f31bb44c2f38afb85453a8389d4c34.tar.gz
rockbox-c0e6ed6b66f31bb44c2f38afb85453a8389d4c34.zip
Corrent ICODE_ATTR and IDATA_ATTR for CalmRISC16.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7006 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 7de52c6e66..7e95d23ab6 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -115,7 +115,8 @@
/* IRAM usage */
#if !defined(SIMULATOR) && /* Not for simulators */ \
(((CONFIG_CPU == SH7034) && !defined(PLUGIN)) || /* SH1 archos: core only */ \
- (CONFIG_CPU == MCF5249)) /* Coldfire: core, plugins, codecs */
+ (CONFIG_CPU == MCF5249) || /* Coldfire: core, plugins, codecs */ \
+ (CONFIG_CPU == TCC730)) /* CalmRISC16: core, (plugins, codecs) */
#define ICODE_ATTR __attribute__ ((section(".icode")))
#define IDATA_ATTR __attribute__ ((section(".idata")))
#define USE_IRAM