diff options
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ld_script.txt b/ld_script.txt index f939164..d835ab3 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -6,7 +6,8 @@ SECTIONS ALIGN(4) { <EWRAM> - . = 0x40000; + /* COMMON starts at ??? */ +<COMMON> } /* start of iwram */ @@ -16,9 +17,6 @@ SECTIONS { /* .bss starts at 0x3000000 */ <BSS> - - /* COMMON starts at ??? */ -<COMMON> . = 0x8000; } |