mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-29 14:52:12 +01:00
pipx: ensure pipx BL image is padded to fill its bank
This padding is required in order to properly align all of the sections in the EF images.
This commit is contained in:
parent
803e3c4d1e
commit
97882dbef9
@ -75,6 +75,7 @@ SECTIONS
|
||||
{
|
||||
. = ALIGN(4);
|
||||
KEEP(*(.boardinfo))
|
||||
. = ALIGN(ORIGIN(BD_INFO)+LENGTH(BD_INFO));
|
||||
} > BD_INFO
|
||||
|
||||
/* Stabs debugging sections. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user