mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-09-21 08:44:23 -05:00
corrected error ijn dtcm lma calculation
This commit is contained in:
@@ -126,7 +126,7 @@ SECTIONS
|
||||
|
||||
__iwram_end = . ;
|
||||
|
||||
__dtcm_lma = __data_lma + SIZEOF(.data);
|
||||
__dtcm_lma = __iwram_lma + SIZEOF(.iwram);
|
||||
|
||||
.dtcm __dtcm_start : AT (__dtcm_lma)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user