forked from len0rd/rockbox
Fix red.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25080 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d581b23b8d
commit
a2e788b557
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ SECTIONS
|
||||||
DRAM */
|
DRAM */
|
||||||
. += (12*1024*1024);
|
. += (12*1024*1024);
|
||||||
#endif
|
#endif
|
||||||
.bss : (NOLOAD) {
|
.bss (NOLOAD) : {
|
||||||
_edata = .;
|
_edata = .;
|
||||||
*(.bss*);
|
*(.bss*);
|
||||||
*(.ibss);
|
*(.ibss);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue