From 554ae245fddfd3311d659063422df40814d383ba Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Wed, 28 Apr 2010 16:25:45 +0000 Subject: as3525v2: do not use IRAM for plugins git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25750 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/export/config.h b/firmware/export/config.h index 906a3fef1a..c3dd4fde93 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -734,7 +734,7 @@ Lyre prototype 1 */ #define IBSS_ATTR __attribute__ ((section(".ibss"))) #define USE_IRAM #if CONFIG_CPU != SH7034 && (CONFIG_CPU != AS3525 || MEMORYSIZE > 2) \ - && CONFIG_CPU != JZ4732 + && CONFIG_CPU != JZ4732 && CONFIG_CPU != AS3525v2 #define PLUGIN_USE_IRAM #endif #if defined(CPU_ARM) -- cgit v1.2.3