Revert section rename
This commit is contained in:
+2
-2
@@ -10,7 +10,7 @@ MEMORY
|
||||
|
||||
SECTIONS {
|
||||
|
||||
.ewram.sbss 0x2000000 (NOLOAD) :
|
||||
ewram 0x2000000 (NOLOAD) :
|
||||
ALIGN(4)
|
||||
{
|
||||
gHeap = .;
|
||||
@@ -18,7 +18,7 @@ SECTIONS {
|
||||
. = 0x1C000;
|
||||
|
||||
INCLUDE "sym_ewram.ld"
|
||||
src/*.o(.sbss);
|
||||
src/*.o(ewram_data);
|
||||
|
||||
*libc.a:impure.o(.data);
|
||||
*libc.a:locale.o(.data);
|
||||
|
||||
Reference in New Issue
Block a user