diff options
Diffstat (limited to 'apps/codecs/libmusepack')
-rw-r--r-- | apps/codecs/libmusepack/mpcdec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libmusepack/mpcdec.h b/apps/codecs/libmusepack/mpcdec.h index f6aab9b16e..d4c3bd22fc 100644 --- a/apps/codecs/libmusepack/mpcdec.h +++ b/apps/codecs/libmusepack/mpcdec.h | |||
@@ -47,7 +47,7 @@ | |||
47 | extern "C" { | 47 | extern "C" { |
48 | #endif | 48 | #endif |
49 | 49 | ||
50 | #if (CONFIG_CPU == MCF5250) || defined(CPU_S5L870X) | 50 | #if (CONFIG_CPU == MCF5250) |
51 | /* Enough IRAM but performance suffers with ICODE_ATTR. */ | 51 | /* Enough IRAM but performance suffers with ICODE_ATTR. */ |
52 | #define IBSS_ATTR_MPC_LARGE_IRAM IBSS_ATTR | 52 | #define IBSS_ATTR_MPC_LARGE_IRAM IBSS_ATTR |
53 | #define ICODE_ATTR_MPC_LARGE_IRAM | 53 | #define ICODE_ATTR_MPC_LARGE_IRAM |
@@ -55,7 +55,7 @@ extern "C" { | |||
55 | /* Keep the data arrays of bitsreadr.c in IRAM. */ | 55 | /* Keep the data arrays of bitsreadr.c in IRAM. */ |
56 | #define ICONST_ATTR_MPC_BITSREADER ICONST_ATTR | 56 | #define ICONST_ATTR_MPC_BITSREADER ICONST_ATTR |
57 | 57 | ||
58 | #elif (CONFIG_CPU == PP5022) || (CONFIG_CPU == PP5024) | 58 | #elif (CONFIG_CPU == PP5022) || (CONFIG_CPU == PP5024) || defined(CPU_S5L870X) |
59 | /* Enough IRAM to move additional data and code to it. */ | 59 | /* Enough IRAM to move additional data and code to it. */ |
60 | #define IBSS_ATTR_MPC_LARGE_IRAM IBSS_ATTR | 60 | #define IBSS_ATTR_MPC_LARGE_IRAM IBSS_ATTR |
61 | #define ICODE_ATTR_MPC_LARGE_IRAM ICODE_ATTR | 61 | #define ICODE_ATTR_MPC_LARGE_IRAM ICODE_ATTR |