From fff7d6157d56f233cad5c2003475e47a5ff809a7 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 28 Mar 2006 12:48:56 +0000 Subject: MCF5250 has IRAM too git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9311 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware') 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 @@ /* IRAM usage */ #if !defined(SIMULATOR) && /* Not for simulators */ \ (((CONFIG_CPU == SH7034) && !defined(PLUGIN)) || /* SH1 archos: core only */ \ - (CONFIG_CPU == MCF5249) || /* Coldfire: core, plugins, codecs */ \ + defined(CPU_COLDFIRE) || /* Coldfire: core, plugins, codecs */ \ (CONFIG_CPU == PP5020) || /* iPod: core, plugins, codecs */ \ (CONFIG_CPU == PP5002) || /* iPod: core, plugins, codecs */ \ (CONFIG_CPU == TCC730)) /* CalmRISC16: core, (plugins, codecs) */ -- cgit v1.2.3