mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-06-15 21:30:38 -05:00
correct __rom_end__
This commit is contained in:
parent
e03336f173
commit
f232fe3265
|
|
@ -262,8 +262,8 @@ SECTIONS
|
|||
LONG(0x52416b64)
|
||||
LONG(0x4d)
|
||||
. = ALIGN(4); /* REQUIRED. LD is flaky without it. */
|
||||
__rom_end__ = ABSOLUTE(.);
|
||||
} = 0xff
|
||||
__rom_end__ = __pad_lma + SIZEOF(.pad);
|
||||
|
||||
|
||||
/* Stabs debugging sections. */
|
||||
|
|
|
|||
|
|
@ -255,8 +255,8 @@ SECTIONS
|
|||
.ewram7 { *(.ewram7) . = ALIGN(4);}
|
||||
.ewram8 { *(.ewram8) . = ALIGN(4);}
|
||||
.ewram9 { *(.ewram9) . = ALIGN(4);}
|
||||
__ewram_overlay_end = ABSOLUTE(.);
|
||||
} >ewram = 0xff
|
||||
__ewram_overlay_end = ABSOLUTE(.);
|
||||
|
||||
__eheap_start = __ewram_overlay_end ;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user