1
0
Fork 0
forked from len0rd/rockbox

plugin linker script: define memory sizes/origin for AS3525

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19050 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2008-11-09 10:17:41 +00:00
parent 9acf856da7
commit c198bac47d

View file

@ -86,6 +86,10 @@ OUTPUT_FORMAT(elf32-sh)
#define IRAMSIZE 0xc000*/
#define IRAM DRAM
#define IRAMSIZE 0
#elif CONFIG_CPU==AS3525
#define IRAMORIG 0x0
#define IRAMSIZE 0x50000
#define DRAMORIG 0x30000000
#else
#define DRAMORIG 0x09000000 + STUBOFFSET
#endif