forked from len0rd/rockbox
Forgot this also
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17557 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7f67b0aa32
commit
c8c0f4590b
1 changed files with 4 additions and 0 deletions
|
@ -121,7 +121,11 @@ SECTIONS
|
|||
stackend = .;
|
||||
} > IRAM
|
||||
|
||||
#ifndef CREATIVE_ZVx
|
||||
.bss ADDR(.data) + SIZEOF(.data) + SIZEOF(.iram) + SIZEOF(.vectors):
|
||||
#else
|
||||
.bss ADDR(.data) + SIZEOF(.data):
|
||||
#endif
|
||||
{
|
||||
_edata = .;
|
||||
*(.bss*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue