diff --git a/ld_script_modern.ld b/ld_script_modern.ld index 6a077574c8..d5724ebf84 100644 --- a/ld_script_modern.ld +++ b/ld_script_modern.ld @@ -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