bsp,am,extra.ld: fix position of .bss.extra
* with the AM link script, the .bss.extra will originally be placed after the heap
This commit is contained in:
parent
09ed47d1b8
commit
3257709e16
1 changed files with 1 additions and 1 deletions
|
@ -42,4 +42,4 @@ SECTIONS {
|
||||||
. = ALIGN(8);
|
. = ALIGN(8);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
INSERT AFTER .bss;
|
INSERT BEFORE .bss;
|
||||||
|
|
Loading…
Add table
Reference in a new issue