forked from len0rd/rockbox
gmini: safer description of imem zones, secondary idata section added
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6054 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
907ba5851b
commit
bda19bf23d
1 changed files with 4 additions and 1 deletions
|
@ -63,8 +63,11 @@ SECTIONS
|
||||||
|
|
||||||
.idata 0x200000: {
|
.idata 0x200000: {
|
||||||
*(.idata)
|
*(.idata)
|
||||||
}> DRAM
|
}> IMEM1
|
||||||
|
|
||||||
|
.idata2 0x210000: {
|
||||||
|
*(.idata2)
|
||||||
|
}> IMEM2
|
||||||
|
|
||||||
_codesize = SIZEOF(.text);
|
_codesize = SIZEOF(.text);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue