1
0
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:
tychovrahe 2024-07-15 15:24:01 +02:00 committed by TychoVrahe
parent 655478c3e0
commit 03199cd553

View File

@ -876,7 +876,7 @@ env.Append(LINKFLAGS=f' -l{RUST_LIB}')
MODEL_IDENTIFIER = models.get_model_identifier(TREZOR_MODEL)
BOOTLOADER_SUFFIX = MODEL_IDENTIFIER
if BOOTLOADER_QA:
if BOOTLOADER_QA or BOOTLOADER_DEVEL:
BOOTLOADER_SUFFIX += '_qa'
# select vendor header