tools: k3_gen_x509_cert: Do not print SWRV on build
authorAndrew Davis <afd@ti.com>
Fri, 7 Oct 2022 20:35:31 +0000 (15:35 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 12 Oct 2022 12:56:24 +0000 (08:56 -0400)
This matches the others here.

Signed-off-by: Andrew Davis <afd@ti.com>
tools/k3_gen_x509_cert.sh

index 029247c..d9cde07 100755 (executable)
@@ -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/" \