diff --git a/dka-crtls/ds_arm9.ld b/dka-crtls/ds_arm9.ld index ab1fd90..cd2681c 100644 --- a/dka-crtls/ds_arm9.ld +++ b/dka-crtls/ds_arm9.ld @@ -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)