summaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-04-28 16:25:45 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-04-28 16:25:45 +0000
commit554ae245fddfd3311d659063422df40814d383ba (patch)
tree1bf80fe96e343af699b9e1cb875667c73309be83 /firmware
parent8867292ee6ceda4419d219835f63655f5e951989 (diff)
downloadrockbox-554ae245fddfd3311d659063422df40814d383ba.tar.gz
rockbox-554ae245fddfd3311d659063422df40814d383ba.zip
as3525v2: do not use IRAM for plugins
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25750 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-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 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)