1
0
Fork 0
forked from len0rd/rockbox

as3525v2: do not use IRAM for plugins

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25750 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2010-04-28 16:25:45 +00:00
parent 8867292ee6
commit 554ae245fd

View file

@ -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)