Skip to content

Commit

Permalink
memory.x: remove comment about old cortex-m-rt
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens committed Apr 20, 2021
1 parent b143215 commit 8f94304
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions memory.x
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 8f94304

Please sign in to comment.