HAL_ChibiOS: rename ecc_raw to apsec_data

This commit is contained in:
Andrew Tridgell 2022-09-05 09:30:32 +10:00
parent 36e9f9b7d1
commit f8b1169165
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ SECTIONS
{
/* we want app_descriptor near the start of flash so a false
positive isn't found by the bootloader (eg. ROMFS) */
KEEP(*(.ecc_raw));
KEEP(*(.apsec_data));
KEEP(*(.app_descriptor));
*(.text)
*(.text.*)

View File

@ -220,7 +220,7 @@ SECTIONS
positive isn't found by the bootloader (eg. ROMFS) */
KEEP(*libch.a:vectors.o);
KEEP(*libch.a:crt0_v7m.o);
KEEP(*(.ecc_raw));
KEEP(*(.apsec_data));
KEEP(*(.app_descriptor));
*(.text)
*(.text.*)