summaryrefslogtreecommitdiff
path: root/apps/codecs/libmad
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libmad')
-rw-r--r--apps/codecs/libmad/mad_iram.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/apps/codecs/libmad/mad_iram.h b/apps/codecs/libmad/mad_iram.h
index ffa6be8881..08d218a1d8 100644
--- a/apps/codecs/libmad/mad_iram.h
+++ b/apps/codecs/libmad/mad_iram.h
@@ -30,8 +30,7 @@
30/* Code performs slower in IRAM on PP502x and there is no space in 30/* Code performs slower in IRAM on PP502x and there is no space in
31 mpegplayer on the PP5002. S3C2440 doesn't have any IRAM available for 31 mpegplayer on the PP5002. S3C2440 doesn't have any IRAM available for
32 codecs */ 32 codecs */
33#if defined(CPU_PP502x) || (CONFIG_CPU == PP5002 && defined(MPEGPLAYER)) || \ 33#if defined(CPU_PP502x) || (CONFIG_CPU == PP5002 && defined(MPEGPLAYER))
34 (CONFIG_CPU==S3C2440) || (CONFIG_CPU==IMX31L)
35#define ICODE_SECTION_MPA_ARM .text 34#define ICODE_SECTION_MPA_ARM .text
36#define ICODE_ATTR_MPA_SYNTH 35#define ICODE_ATTR_MPA_SYNTH
37#else 36#else
@@ -39,11 +38,7 @@
39#define ICODE_ATTR_MPA_SYNTH ICODE_ATTR 38#define ICODE_ATTR_MPA_SYNTH ICODE_ATTR
40#endif 39#endif
41 40
42#if CONFIG_CPU == S3C2440 || CONFIG_CPU == IMX31L
43#define IBSS_SECTION_MPA_ARM .bss
44#else
45#define IBSS_SECTION_MPA_ARM .ibss 41#define IBSS_SECTION_MPA_ARM .ibss
46#endif
47 42
48#ifndef ICONST_ATTR_MPA_HUFFMAN 43#ifndef ICONST_ATTR_MPA_HUFFMAN
49#define ICONST_ATTR_MPA_HUFFMAN ICONST_ATTR 44#define ICONST_ATTR_MPA_HUFFMAN ICONST_ATTR