forked from len0rd/rockbox
Added iAudio X5 to the app linker command file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9106 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ddf7c70a45
commit
415fab1ca3
1 changed files with 4 additions and 0 deletions
|
@ -122,6 +122,10 @@ _pluginbuf = 0;
|
|||
#define DRAMORIG 0x31000000 + STUBOFFSET
|
||||
#define IRAMORIG 0x10000000
|
||||
#define IRAMSIZE 0xc000
|
||||
#elif defined(IAUDIO_X5)
|
||||
#define DRAMORIG 0x31000000 + STUBOFFSET
|
||||
#define IRAMORIG 0x10000000
|
||||
#define IRAMSIZE 0x20000
|
||||
#elif (CONFIG_CPU==PP5002) || (CONFIG_CPU==PP5020)
|
||||
#define DRAMORIG 0x00000000 + STUBOFFSET
|
||||
#define IRAMORIG 0x40000000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue