From 23fe0158c666a3bd84eea6dd2419335a2d55a8c3 Mon Sep 17 00:00:00 2001 From: Ben Taylor Date: Tue, 21 Oct 2025 11:22:12 +0100 Subject: [PATCH] Correct to use lowercase crypto in library name Signed-off-by: Ben Taylor --- scripts/lcov.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lcov.sh b/scripts/lcov.sh index f23e25ff6..696503f4e 100755 --- a/scripts/lcov.sh +++ b/scripts/lcov.sh @@ -80,7 +80,7 @@ elif in_mbedtls_repo; then title='Mbed TLS < 4.0' elif in_tf_psa_crypto_repo; then library_dirs='core drivers/builtin' - title='TF-PSA-CRYPTO' + title='TF-PSA-Crypto' else echo "Cannot auto detect build files" exit