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:
parent
9acf856da7
commit
c198bac47d
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue