diff --git a/scripts/lcov.sh b/scripts/lcov.sh index f411b2670..f23e25ff6 100755 --- a/scripts/lcov.sh +++ b/scripts/lcov.sh @@ -74,7 +74,7 @@ fi if [ -d tf-psa-crypto ]; then library_dirs='library tf-psa-crypto/core tf-psa-crypto/drivers/builtin' - title='Mbed TLS > 4.0' + title='Mbed TLS >= 4.0' elif in_mbedtls_repo; then library_dirs='library' title='Mbed TLS < 4.0'