mirror of
https://github.com/rfivet/stm32bringup.git
synced 2024-12-17 22:36:24 -05:00
Fix CRC placeholder load location.
This commit is contained in:
parent
32007c1483
commit
a9daade2fe
@ -195,7 +195,7 @@ SECTIONS
|
||||
*(.stack*)
|
||||
} > RAM
|
||||
|
||||
.crc : AT (__etext + (__data_end__ - __data_start__))
|
||||
.crc __etext + SIZEOF(.data) :
|
||||
{
|
||||
KEEP(*(.crc_chk))
|
||||
} > FLASH
|
||||
|
Loading…
Reference in New Issue
Block a user