forked from len0rd/rockbox
Add labels for calculating RAM usage on tms320dm320 targets. Thanks to Rafaël Carré for pointing this out.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31192 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
33d3f05d77
commit
11b661e45c
1 changed files with 2 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ SECTIONS
|
|||
{
|
||||
. = ALIGN(0x4);
|
||||
loadaddress = .;
|
||||
_loadaddress = .;
|
||||
*(.init)
|
||||
} > DRAM
|
||||
|
||||
|
|
@ -129,6 +130,7 @@ SECTIONS
|
|||
*(.bss*)
|
||||
*(COMMON)
|
||||
_bss_end = .;
|
||||
_end = .;
|
||||
} > DRAM
|
||||
|
||||
.ibss (NOLOAD) :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue