From 209aa8eda5b5c7cecde65885e6beaf37c92ba622 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sat, 10 May 2008 22:03:45 +0000 Subject: Real fake IRAM by placing .i.... section in the analagous DRAM sections in the linker scripts that hasn't done this yet. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17449 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libmad/mad_iram.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'apps/codecs/libmad') 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 @@ /* Code performs slower in IRAM on PP502x and there is no space in mpegplayer on the PP5002. S3C2440 doesn't have any IRAM available for codecs */ -#if defined(CPU_PP502x) || (CONFIG_CPU == PP5002 && defined(MPEGPLAYER)) || \ - (CONFIG_CPU==S3C2440) || (CONFIG_CPU==IMX31L) +#if defined(CPU_PP502x) || (CONFIG_CPU == PP5002 && defined(MPEGPLAYER)) #define ICODE_SECTION_MPA_ARM .text #define ICODE_ATTR_MPA_SYNTH #else @@ -39,11 +38,7 @@ #define ICODE_ATTR_MPA_SYNTH ICODE_ATTR #endif -#if CONFIG_CPU == S3C2440 || CONFIG_CPU == IMX31L -#define IBSS_SECTION_MPA_ARM .bss -#else #define IBSS_SECTION_MPA_ARM .ibss -#endif #ifndef ICONST_ATTR_MPA_HUFFMAN #define ICONST_ATTR_MPA_HUFFMAN ICONST_ATTR -- cgit v1.2.3