1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-23 14:58:09 +00:00

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

[no changelog]
This commit is contained in:
Ondrej Mikle 2021-11-23 15:24:39 +01:00 committed by Pavol Rusnak
parent aa3784f726
commit 219e08d81e

View File

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