forked from len0rd/rockbox
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
This commit is contained in:
parent
05423386d4
commit
a74d15025e
14 changed files with 120 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue