build(core): keep bootloader image even for non-production builds

[no changelog]
pull/1940/head
Ondrej Mikle 3 years ago committed by Pavol Rusnak
parent aa3784f726
commit 219e08d81e

@ -55,6 +55,7 @@ SECTIONS {
. = ALIGN(4);
*(.rodata*);
. = ALIGN(4);
KEEP(*(.bootloader));
*(.bootloader*);
. = ALIGN(512);
} >FLASH AT>FLASH

Loading…
Cancel
Save