Fix CRC placeholder load location.

This commit is contained in:
Renaud 2021-07-06 11:32:04 +08:00
parent 32007c1483
commit a9daade2fe
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ SECTIONS
*(.stack*)
} > RAM
.crc : AT (__etext + (__data_end__ - __data_start__))
.crc __etext + SIZEOF(.data) :
{
KEEP(*(.crc_chk))
} > FLASH