diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2008-05-02 00:38:11 +0000 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2008-05-02 00:38:11 +0000 |
| commit | a74d15025e24593962b9d02ee8dc67d497f8e42e (patch) | |
| tree | 1ef1cc8c0a131c3848029c83d767271599b0fd32 /apps/codecs | |
| parent | 05423386d4c5cb185c21f4bb1014618c6f66e6d4 (diff) | |
| download | rockbox-a74d15025e24593962b9d02ee8dc67d497f8e42e.zip rockbox-a74d15025e24593962b9d02ee8dc67d497f8e42e.tar.gz rockbox-a74d15025e24593962b9d02ee8dc67d497f8e42e.tar.bz2 rockbox-a74d15025e24593962b9d02ee8dc67d497f8e42e.tar.xz | |
Build the remaining plugins for Gigabeat S and straigten out the fake IRAM in the codecs and plugins.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17303 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs')
| -rw-r--r-- | apps/codecs/libmad/mad_iram.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libmad/mad_iram.h b/apps/codecs/libmad/mad_iram.h index b4dadd8..ffa6be8 100644 --- a/apps/codecs/libmad/mad_iram.h +++ b/apps/codecs/libmad/mad_iram.h @@ -31,7 +31,7 @@ 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==S3C2440) || (CONFIG_CPU==IMX31L) #define ICODE_SECTION_MPA_ARM .text #define ICODE_ATTR_MPA_SYNTH #else @@ -39,7 +39,7 @@ #define ICODE_ATTR_MPA_SYNTH ICODE_ATTR #endif -#if CONFIG_CPU == S3C2440 +#if CONFIG_CPU == S3C2440 || CONFIG_CPU == IMX31L #define IBSS_SECTION_MPA_ARM .bss #else #define IBSS_SECTION_MPA_ARM .ibss |