merge header sections

This commit is contained in:
Michele Balistreri 2024-02-09 15:18:50 +01:00
parent bf4ee84591
commit 104a0104e3
No known key found for this signature in database
GPG Key ID: E9567DA33A4F791A
1 changed files with 3 additions and 7 deletions

View File

@ -59,17 +59,13 @@ SECTIONS
. = ALIGN(4);
} >FLASH
.bootloader_header :
{
. = ALIGN(4);
KEEP(*(.fw_verification_key))
. = ALIGN(4);
} > FLASH
/* The header information */
.header :
{
. = ALIGN(4);
/* this one is only defined in the booloader */
KEEP(*(.fw_verification_key))
/* these are defined in user firmware */
KEEP(*(.fw_signature))
KEEP(*(.fw_version))
. = ALIGN(4);