Fixed ld_script.ld artifact from a previous pret version (#3731)
This commit is contained in:
parent
38c61854e6
commit
644ed8e5b3
1 changed files with 0 additions and 2 deletions
|
@ -40,8 +40,6 @@ SECTIONS {
|
|||
/* COMMON starts at 0x30022A8 */
|
||||
INCLUDE "sym_common.ld"
|
||||
*libc.a:sbrkr.o(COMMON);
|
||||
end = .;
|
||||
. = 0x8000;
|
||||
} > IWRAM
|
||||
|
||||
/* BEGIN ROM DATA */
|
||||
|
|
Loading…
Reference in a new issue