summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2010-03-07 20:44:50 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2010-03-07 20:44:50 +0000
commite0b5ed8f014a0d4afded2603fdb8e628c44b8f3c (patch)
treec4e356a05aaae4759f6920d75120e2deba884379
parent3200c77df5581c8c485d428d960bfa81c290c697 (diff)
downloadrockbox-e0b5ed8f014a0d4afded2603fdb8e628c44b8f3c.tar.gz
rockbox-e0b5ed8f014a0d4afded2603fdb8e628c44b8f3c.zip
Fix red.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25059 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/codecs/libwma/wmadec.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/codecs/libwma/wmadec.h b/apps/codecs/libwma/wmadec.h
index 39ad653c29..8af76ae180 100644
--- a/apps/codecs/libwma/wmadec.h
+++ b/apps/codecs/libwma/wmadec.h
@@ -53,8 +53,7 @@
53 53
54/*define IRAM for targets with 48k/80k IRAM split*/ 54/*define IRAM for targets with 48k/80k IRAM split*/
55#ifndef IBSS_ATTR_WMA_LARGE_IRAM 55#ifndef IBSS_ATTR_WMA_LARGE_IRAM
56#if (CONFIG_CPU == PP5022) || (CONFIG_CPU == PP5024) || defined(CPU_S5L870X) || 56#if (CONFIG_CPU == PP5022) || (CONFIG_CPU == PP5024) || defined(CPU_S5L870X) || (CONFIG_CPU == MCF5250)
57 (CONFIG_CPU == MCF5250)
58/* PP5022/24, MCF5250 have 128KB of IRAM. 80KB are allocated for codecs */ 57/* PP5022/24, MCF5250 have 128KB of IRAM. 80KB are allocated for codecs */
59#define IBSS_ATTR_WMA_LARGE_IRAM IBSS_ATTR 58#define IBSS_ATTR_WMA_LARGE_IRAM IBSS_ATTR
60#else 59#else