From: Andrew Davis Date: Fri, 7 Oct 2022 20:35:31 +0000 (-0500) Subject: tools: k3_gen_x509_cert: Do not print SWRV on build X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=fa1f99a521d2e5fd6fd4c8ecf5ffd24ecafcf75b;p=u-boot.git tools: k3_gen_x509_cert: Do not print SWRV on build This matches the others here. Signed-off-by: Andrew Davis --- diff --git a/tools/k3_gen_x509_cert.sh b/tools/k3_gen_x509_cert.sh index 029247c105..d9cde07417 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/" \