memory.x: remove comment about old cortex-m-rt
This commit is contained in:
parent
fc7374424a
commit
cd3cfa63e6
5
memory.x
5
memory.x
|
@ -37,10 +37,7 @@ SECTIONS {
|
||||||
__eitcm = .;
|
__eitcm = .;
|
||||||
} > ITCM AT>FLASH
|
} > ITCM AT>FLASH
|
||||||
__siitcm = LOADADDR(.itcm);
|
__siitcm = LOADADDR(.itcm);
|
||||||
|
} INSERT AFTER .uninit;
|
||||||
/* This may be the only insert location that doesn't affect those __[es]...
|
|
||||||
* that are (unfortunately) placed outside their sections */
|
|
||||||
} INSERT BEFORE .uninit;
|
|
||||||
|
|
||||||
ASSERT(__sitcm % 8 == 0 && __eitcm % 8 == 0, "
|
ASSERT(__sitcm % 8 == 0 && __eitcm % 8 == 0, "
|
||||||
BUG(cortex-m-rt): .itcm is not 8-byte aligned");
|
BUG(cortex-m-rt): .itcm is not 8-byte aligned");
|
||||||
|
|
Loading…
Reference in New Issue