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:
parent
8867292ee6
commit
554ae245fd
1 changed files with 1 additions and 1 deletions
|
|
@ -734,7 +734,7 @@ Lyre prototype 1 */
|
||||||
#define IBSS_ATTR __attribute__ ((section(".ibss")))
|
#define IBSS_ATTR __attribute__ ((section(".ibss")))
|
||||||
#define USE_IRAM
|
#define USE_IRAM
|
||||||
#if CONFIG_CPU != SH7034 && (CONFIG_CPU != AS3525 || MEMORYSIZE > 2) \
|
#if CONFIG_CPU != SH7034 && (CONFIG_CPU != AS3525 || MEMORYSIZE > 2) \
|
||||||
&& CONFIG_CPU != JZ4732
|
&& CONFIG_CPU != JZ4732 && CONFIG_CPU != AS3525v2
|
||||||
#define PLUGIN_USE_IRAM
|
#define PLUGIN_USE_IRAM
|
||||||
#endif
|
#endif
|
||||||
#if defined(CPU_ARM)
|
#if defined(CPU_ARM)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue