forked from len0rd/rockbox
Fix red.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25059 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3200c77df5
commit
e0b5ed8f01
1 changed files with 1 additions and 2 deletions
|
@ -53,8 +53,7 @@
|
|||
|
||||
/*define IRAM for targets with 48k/80k IRAM split*/
|
||||
#ifndef IBSS_ATTR_WMA_LARGE_IRAM
|
||||
#if (CONFIG_CPU == PP5022) || (CONFIG_CPU == PP5024) || defined(CPU_S5L870X) ||
|
||||
(CONFIG_CPU == MCF5250)
|
||||
#if (CONFIG_CPU == PP5022) || (CONFIG_CPU == PP5024) || defined(CPU_S5L870X) || (CONFIG_CPU == MCF5250)
|
||||
/* PP5022/24, MCF5250 have 128KB of IRAM. 80KB are allocated for codecs */
|
||||
#define IBSS_ATTR_WMA_LARGE_IRAM IBSS_ATTR
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue