diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2010-02-22 10:02:15 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-02-22 10:02:15 +0000 |
commit | 0880349fa85c5e3909a9909f9b432c7206b4378c (patch) | |
tree | 720c80c639ecf89879bab54d47bf615ffc8e8eeb | |
parent | 0358a7f9ae93d9dd48d22a1e33258ad769b13749 (diff) |
as3525v2: use iram (might need to be disabled for clipv2)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24857 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | firmware/export/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h index 994397e595..3c70bb6880 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -717,6 +717,7 @@ Lyre prototype 1 */ defined(CPU_COLDFIRE) || /* Coldfire: core, plugins, codecs */ \ defined(CPU_PP) || /* PortalPlayer: core, plugins, codecs */ \ (CONFIG_CPU == AS3525 && MEMORYSIZE > 2) || /* AS3525 +2MB: core, plugins, codecs */ \ + (CONFIG_CPU == AS3525v2) || /* AS3525v2: core, plugins, codecs */ \ (CONFIG_CPU == AS3525 && MEMORYSIZE <= 2 && !defined(PLUGIN) && !defined(CODEC)) || /* AS3525 2MB:core only */ \ (CONFIG_CPU == PNX0101) || \ defined(CPU_S5L870X)) || /* Samsung S5L8700: core, plugins, codecs */ \ |