summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
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/export/config.h
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/export/config.h')
-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 @@
115/* IRAM usage */ 115/* IRAM usage */
116#if !defined(SIMULATOR) && /* Not for simulators */ \ 116#if !defined(SIMULATOR) && /* Not for simulators */ \
117 (((CONFIG_CPU == SH7034) && !defined(PLUGIN)) || /* SH1 archos: core only */ \ 117 (((CONFIG_CPU == SH7034) && !defined(PLUGIN)) || /* SH1 archos: core only */ \
118 (CONFIG_CPU == MCF5249)) /* Coldfire: core, plugins, codecs */ 118 (CONFIG_CPU == MCF5249) || /* Coldfire: core, plugins, codecs */ \
119 (CONFIG_CPU == TCC730)) /* CalmRISC16: core, (plugins, codecs) */
119#define ICODE_ATTR __attribute__ ((section(".icode"))) 120#define ICODE_ATTR __attribute__ ((section(".icode")))
120#define IDATA_ATTR __attribute__ ((section(".idata"))) 121#define IDATA_ATTR __attribute__ ((section(".idata")))
121#define USE_IRAM 122#define USE_IRAM