aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndrew Davis2022-10-07 15:35:31 -0500
committerTom Rini2022-10-12 08:56:24 -0400
commitfa1f99a521d2e5fd6fd4c8ecf5ffd24ecafcf75b (patch)
tree43f96804e072b2eb9ee02c069b1f1b207bb42d6d /tools
parentce1df11bf4ed029cedf7d6b6bbf429ca50cd8161 (diff)
tools: k3_gen_x509_cert: Do not print SWRV on build
This matches the others here. Signed-off-by: Andrew Davis <afd@ti.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/k3_gen_x509_cert.sh2
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/" \