Browse Source

HAL_ChibiOS: rename ecc_raw to apsec_data

master_rangefinder
Andrew Tridgell 2 years ago
parent
commit
f8b1169165
  1. 2
      libraries/AP_HAL_ChibiOS/hwdef/common/common.ld
  2. 2
      libraries/AP_HAL_ChibiOS/hwdef/common/common_extf.ld

2
libraries/AP_HAL_ChibiOS/hwdef/common/common.ld

@ -72,7 +72,7 @@ SECTIONS @@ -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.*)

2
libraries/AP_HAL_ChibiOS/hwdef/common/common_extf.ld

@ -220,7 +220,7 @@ SECTIONS @@ -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.*)

Loading…
Cancel
Save