1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-03 12:00:59 +00:00

chore(core): add signed bootloader and vendor headers for model R

This commit is contained in:
matejcik 2023-06-13 14:25:39 +02:00
parent 84555c2ea3
commit d465a14850
4 changed files with 0 additions and 3 deletions

View File

@ -800,9 +800,6 @@ BOOTLOADER_SUFFIX = MODEL_IDENTIFIER
if BOOTLOADER_QA:
VENDORHEADER = f'embed/vendorheader/{MODEL_IDENTIFIER}/vendorheader_qa_DO_NOT_SIGN_signed_dev.bin'
BOOTLOADER_SUFFIX = MODEL_IDENTIFIER + '_qa'
elif TREZOR_MODEL == 'R':
# XXX workaround for currently missing vendorheaders for T2B1
VENDORHEADER = f'embed/vendorheader/{MODEL_IDENTIFIER}/vendorheader_unsafe_signed_dev.bin'
elif PRODUCTION:
VENDORHEADER = f'embed/vendorheader/{MODEL_IDENTIFIER}/vendorheader_satoshilabs_signed_prod.bin'
else: