From c0e6ed6b66f31bb44c2f38afb85453a8389d4c34 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 4 Jul 2005 06:10:44 +0000 Subject: Corrent ICODE_ATTR and IDATA_ATTR for CalmRISC16. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7006 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'firmware/export/config.h') 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 -- cgit v1.2.3