mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-15 16:12:28 -05:00
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 IRAMSIZE 0xc000*/
|
||||||
#define IRAM DRAM
|
#define IRAM DRAM
|
||||||
#define IRAMSIZE 0
|
#define IRAMSIZE 0
|
||||||
|
#elif CONFIG_CPU==AS3525
|
||||||
|
#define IRAMORIG 0x0
|
||||||
|
#define IRAMSIZE 0x50000
|
||||||
|
#define DRAMORIG 0x30000000
|
||||||
#else
|
#else
|
||||||
#define DRAMORIG 0x09000000 + STUBOFFSET
|
#define DRAMORIG 0x09000000 + STUBOFFSET
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue