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:
Jens Arnold 2009-03-12 07:43:20 +00:00
parent a1a332e04b
commit bcb0fc2c12

View file

@ -37,6 +37,7 @@ SECTIONS
.text : .text :
{ {
loadaddress = .; loadaddress = .;
_loadaddress = .;
*(.init.text); *(.init.text);
*(.text*); *(.text*);
} > DRAM } > DRAM