1
0
Fork 0
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:
Linus Nielsen Feltzing 2006-03-18 23:06:45 +00:00
parent ddf7c70a45
commit 415fab1ca3

View file

@ -122,6 +122,10 @@ _pluginbuf = 0;
#define DRAMORIG 0x31000000 + STUBOFFSET #define DRAMORIG 0x31000000 + STUBOFFSET
#define IRAMORIG 0x10000000 #define IRAMORIG 0x10000000
#define IRAMSIZE 0xc000 #define IRAMSIZE 0xc000
#elif defined(IAUDIO_X5)
#define DRAMORIG 0x31000000 + STUBOFFSET
#define IRAMORIG 0x10000000
#define IRAMSIZE 0x20000
#elif (CONFIG_CPU==PP5002) || (CONFIG_CPU==PP5020) #elif (CONFIG_CPU==PP5002) || (CONFIG_CPU==PP5020)
#define DRAMORIG 0x00000000 + STUBOFFSET #define DRAMORIG 0x00000000 + STUBOFFSET
#define IRAMORIG 0x40000000 #define IRAMORIG 0x40000000