heap start set to *end* of arm9 binary

This commit is contained in:
Dave Murphy 2005-04-11 19:35:45 +00:00
parent 88e5c01b56
commit 6c2ec5263f

View File

@ -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)