mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-23 18:44:19 -05:00
corrected error ijn dtcm lma calculation
This commit is contained in:
parent
3ca932ed35
commit
ae1c35584c
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user