summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2006-03-28 12:48:56 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2006-03-28 12:48:56 +0000
commitfff7d6157d56f233cad5c2003475e47a5ff809a7 (patch)
tree4931b6266d3721ac40a2086aea2e7a202e7a9fa3 /firmware/export
parente6876736d50a9efbabffadd3172bc10c302d0089 (diff)
downloadrockbox-fff7d6157d56f233cad5c2003475e47a5ff809a7.tar.gz
rockbox-fff7d6157d56f233cad5c2003475e47a5ff809a7.zip
MCF5250 has IRAM too
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9311 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index f99007304d..4ef4bd63fc 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -211,7 +211,7 @@
211/* IRAM usage */ 211/* IRAM usage */
212#if !defined(SIMULATOR) && /* Not for simulators */ \ 212#if !defined(SIMULATOR) && /* Not for simulators */ \
213 (((CONFIG_CPU == SH7034) && !defined(PLUGIN)) || /* SH1 archos: core only */ \ 213 (((CONFIG_CPU == SH7034) && !defined(PLUGIN)) || /* SH1 archos: core only */ \
214 (CONFIG_CPU == MCF5249) || /* Coldfire: core, plugins, codecs */ \ 214 defined(CPU_COLDFIRE) || /* Coldfire: core, plugins, codecs */ \
215 (CONFIG_CPU == PP5020) || /* iPod: core, plugins, codecs */ \ 215 (CONFIG_CPU == PP5020) || /* iPod: core, plugins, codecs */ \
216 (CONFIG_CPU == PP5002) || /* iPod: core, plugins, codecs */ \ 216 (CONFIG_CPU == PP5002) || /* iPod: core, plugins, codecs */ \
217 (CONFIG_CPU == TCC730)) /* CalmRISC16: core, (plugins, codecs) */ 217 (CONFIG_CPU == TCC730)) /* CalmRISC16: core, (plugins, codecs) */