gHeap can go in the middle of ram (#4253)
This commit is contained in:
parent
a36cfb1093
commit
95270e5400
1 changed files with 0 additions and 5 deletions
|
@ -18,11 +18,6 @@ SECTIONS {
|
|||
ALIGN(4)
|
||||
{
|
||||
__ewram_start = .;
|
||||
/*
|
||||
We link malloc.o here to prevent `gHeap` from landing in the middle of EWRAM.
|
||||
Otherwise this causes corruption issues on some ld versions
|
||||
*/
|
||||
gflib/malloc.o(ewram_data);
|
||||
*(.ewram*)
|
||||
__ewram_end = .;
|
||||
} > EWRAM
|
||||
|
|
Loading…
Reference in a new issue