mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-05-24 17:58:45 +00:00
chore(core/vendorheaders): bump versions of vendor headers after recent changes
This commit is contained in:
parent
01b7cfd86f
commit
366d1cb125
@ -1,6 +1,8 @@
|
|||||||
BUILDVH=../../tools/build_vendorheader
|
BUILDVH=../../tools/build_vendorheader
|
||||||
BINCTL=../../tools/headertool.py
|
BINCTL=../../tools/headertool.py
|
||||||
|
|
||||||
|
cd $(dirname $0)
|
||||||
|
|
||||||
# construct all vendor headers
|
# construct all vendor headers
|
||||||
for fn in *.json; do
|
for fn in *.json; do
|
||||||
name=$(echo $fn | sed 's/vendor_\(.*\)\.json/\1/')
|
name=$(echo $fn | sed 's/vendor_\(.*\)\.json/\1/')
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"header_len": 4608,
|
"header_len": 4608,
|
||||||
"text": "SatoshiLabs",
|
"text": "SatoshiLabs",
|
||||||
"expiry": 0,
|
"expiry": 0,
|
||||||
"version": [0, 0],
|
"version": [0, 1],
|
||||||
"sig_m": 2,
|
"sig_m": 2,
|
||||||
"trust": {
|
"trust": {
|
||||||
"show_vendor_string": false,
|
"show_vendor_string": false,
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"header_len": 4608,
|
"header_len": 4608,
|
||||||
"text": "UNSAFE, DO NOT USE!",
|
"text": "UNSAFE, DO NOT USE!",
|
||||||
"expiry": 0,
|
"expiry": 0,
|
||||||
"version": [0, 0],
|
"version": [0, 1],
|
||||||
"sig_m": 2,
|
"sig_m": 2,
|
||||||
"trust": {
|
"trust": {
|
||||||
"show_vendor_string": true,
|
"show_vendor_string": true,
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user