mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-19 05:58:09 +00:00
fix(core): include QA bootloader when building for fw for device with DEV bootloader
[no changelog]
This commit is contained in:
parent
655478c3e0
commit
03199cd553
@ -876,7 +876,7 @@ env.Append(LINKFLAGS=f' -l{RUST_LIB}')
|
|||||||
|
|
||||||
MODEL_IDENTIFIER = models.get_model_identifier(TREZOR_MODEL)
|
MODEL_IDENTIFIER = models.get_model_identifier(TREZOR_MODEL)
|
||||||
BOOTLOADER_SUFFIX = MODEL_IDENTIFIER
|
BOOTLOADER_SUFFIX = MODEL_IDENTIFIER
|
||||||
if BOOTLOADER_QA:
|
if BOOTLOADER_QA or BOOTLOADER_DEVEL:
|
||||||
BOOTLOADER_SUFFIX += '_qa'
|
BOOTLOADER_SUFFIX += '_qa'
|
||||||
|
|
||||||
# select vendor header
|
# select vendor header
|
||||||
|
Loading…
Reference in New Issue
Block a user