summaryrefslogtreecommitdiff
path: root/apps/codecs/libwma/wmadec.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libwma/wmadec.h')
-rw-r--r--apps/codecs/libwma/wmadec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libwma/wmadec.h b/apps/codecs/libwma/wmadec.h
index d22e435304..a547ece157 100644
--- a/apps/codecs/libwma/wmadec.h
+++ b/apps/codecs/libwma/wmadec.h
@@ -55,7 +55,7 @@
55 55
56/*define IRAM for targets with 48k/80k IRAM split*/ 56/*define IRAM for targets with 48k/80k IRAM split*/
57#ifndef IBSS_ATTR_WMA_LARGE_IRAM 57#ifndef IBSS_ATTR_WMA_LARGE_IRAM
58#if (CONFIG_CPU == PP5022) || (CONFIG_CPU == PP5024) 58#if (CONFIG_CPU == PP5022) || (CONFIG_CPU == PP5024) || defined(CPU_S5L870X)
59/* PP5022/24 and MCF5250 have 128KB of IRAM, but only PP5022+ have 80KB allocated for codecs */ 59/* PP5022/24 and MCF5250 have 128KB of IRAM, but only PP5022+ have 80KB allocated for codecs */
60#define IBSS_ATTR_WMA_LARGE_IRAM IBSS_ATTR 60#define IBSS_ATTR_WMA_LARGE_IRAM IBSS_ATTR
61#else 61#else