diff options
| author | Tom Rini <[email protected]> | 2022-10-12 15:12:42 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-10-12 15:12:42 -0400 |
| commit | 0e49f5c26caf9972137a474065afd4bdfe5ec062 (patch) | |
| tree | a1f2f84786fed424a19483f3f996e4454963cfd3 /tools | |
| parent | 8db1fa5a0da78c1a9a16882f2e49beac3ccf5308 (diff) | |
| parent | edb47d612fe9ddca77cd583f14c71517f065405f (diff) | |
Merge branch '2022-10-12-additional-fixes'
- Add "ubi list", Nokia RX51 fixes, other assorted fixes
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/k3_gen_x509_cert.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/k3_gen_x509_cert.sh b/tools/k3_gen_x509_cert.sh index 029247c1059..d9cde07417c 100755 --- a/tools/k3_gen_x509_cert.sh +++ b/tools/k3_gen_x509_cert.sh @@ -238,7 +238,7 @@ gen_cert() { #echo " IMAGE_SIZE = $BIN_SIZE" #echo " CERT_TYPE = $CERTTYPE" #echo " DEBUG_TYPE = $DEBUG_TYPE" - echo " SWRV = $SWRV" + #echo " SWRV = $SWRV" sed -e "s/TEST_IMAGE_LENGTH/$BIN_SIZE/" \ -e "s/TEST_IMAGE_SHA_VAL/$SHA_VAL/" \ -e "s/TEST_CERT_TYPE/$CERTTYPE/" \ |
