remove stack section in linker script

This commit is contained in:
Corwin Kuiper 2021-04-13 01:42:23 +01:00
parent c7d31a6cf9
commit ea8be33d3c

4
gba.ld
View file

@ -42,10 +42,6 @@ SECTIONS {
. = ALIGN(4);
} > iwram
.stack 0x80000 : {
*(.stack)
}
/* discard anything not already mentioned */
/DISCARD/ : { *(*) }
}