mirror of
https://github.com/rfivet/stm32bringup.git
synced 2025-10-18 17:04:02 -04:00
Fix CRC placeholder load location.
This commit is contained in:
@@ -195,7 +195,7 @@ SECTIONS
|
|||||||
*(.stack*)
|
*(.stack*)
|
||||||
} > RAM
|
} > RAM
|
||||||
|
|
||||||
.crc : AT (__etext + (__data_end__ - __data_start__))
|
.crc __etext + SIZEOF(.data) :
|
||||||
{
|
{
|
||||||
KEEP(*(.crc_chk))
|
KEEP(*(.crc_chk))
|
||||||
} > FLASH
|
} > FLASH
|
||||||
|
Reference in New Issue
Block a user