From 95270e5400aa61876a836f190304f74c244c7577 Mon Sep 17 00:00:00 2001 From: DizzyEggg Date: Wed, 6 Mar 2024 22:27:21 +0100 Subject: [PATCH] gHeap can go in the middle of ram (#4253) --- ld_script_modern.ld | 5 ----- 1 file changed, 5 deletions(-) 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