mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
Allow mkinfo.pl to read the RAM usage correctly. All other targets define both loadaddress and _loadaddress as well.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20300 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a1a332e04b
commit
bcb0fc2c12
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ SECTIONS
|
|||
.text :
|
||||
{
|
||||
loadaddress = .;
|
||||
_loadaddress = .;
|
||||
*(.init.text);
|
||||
*(.text*);
|
||||
} > DRAM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue