mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-06-21 12:03:39 -05:00
heap start set to *end* of arm9 binary
This commit is contained in:
parent
88e5c01b56
commit
6c2ec5263f
|
|
@ -55,7 +55,6 @@ ENTRY(_start)
|
|||
/* The linker script MEMORY directive is not used here due */
|
||||
/* to the fact that __text_start is not always a fixed value. */
|
||||
|
||||
__ewram_start = 0x02001000;
|
||||
__text_start = 0x02004000;
|
||||
__eheap_end = 0x02380000;
|
||||
__iwram_start = 0x00800000;
|
||||
|
|
@ -207,6 +206,8 @@ SECTIONS
|
|||
__iwram_overlay_end = . ;
|
||||
__iheap_start = . ;
|
||||
|
||||
__ewram_start = __ewram_lma ;
|
||||
|
||||
.ewram __ewram_start : AT (__ewram_lma)
|
||||
{
|
||||
*(.ewram)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user