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:
parent
aa3784f726
commit
219e08d81e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user