memory.x: remove comment about old cortex-m-rt

master
Robert Jördens 2021-04-20 13:26:07 +02:00
parent fc7374424a
commit cd3cfa63e6
1 changed files with 1 additions and 4 deletions

View File

@ -37,10 +37,7 @@ SECTIONS {
__eitcm = .;
} > ITCM AT>FLASH
__siitcm = LOADADDR(.itcm);
/* This may be the only insert location that doesn't affect those __[es]...
* that are (unfortunately) placed outside their sections */
} INSERT BEFORE .uninit;
} INSERT AFTER .uninit;
ASSERT(__sitcm % 8 == 0 && __eitcm % 8 == 0, "
BUG(cortex-m-rt): .itcm is not 8-byte aligned");