mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-09-25 02:43:23 -05:00
heap start set to *end* of arm9 binary
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user