corrected error ijn dtcm lma calculation

This commit is contained in:
Dave Murphy 2005-05-06 15:55:37 +00:00
parent 3ca932ed35
commit ae1c35584c

View File

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