From 0880349fa85c5e3909a9909f9b432c7206b4378c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Mon, 22 Feb 2010 10:02:15 +0000 Subject: [PATCH] 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 --- firmware/export/config.h | 1 + 1 file changed, 1 insertion(+) 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 */ \