diff --git a/ld_script.txt b/ld_script.txt index bd9d7c4a35..4be5965240 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -20,8 +20,8 @@ SECTIONS { . = 0x1C000; INCLUDE "sym_ewram.ld" - src/*.o(.ewram_data); - gflib/*.o(.ewram_data); + src/*.o(ewram_data); + gflib/*.o(ewram_data); *libc.a:impure.o(.data); *libc.a:locale.o(.data);