1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-14 03:30:02 +00:00

script: fix maximum file size

This commit is contained in:
Pavol Rusnak 2018-12-19 18:04:23 +01:00
parent a819a1c41b
commit f641e798f9
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -125,7 +125,7 @@ main() {
printf "\n\n"; $PYTHON script/fingerprint \
"$firmware_path" \
--offset 256 \
--max-size 491520
--max-size 983296 # 256 + 64*1024 + 3*128*1024 + 4*128*1024
}
main "$@"