ci(coverity): provide TPM_HASH_ALG option to measured-boot build
Provided TPM_HASH_ALG option to the measured-boot build present
in the coverity script.
Change-Id: I63bade12d67be816de1d27fb21de8bb7db4004a6
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
diff --git a/script/tf-coverity/tf-cov-make b/script/tf-coverity/tf-cov-make
index 0ba1475..f2358f0 100755
--- a/script/tf-coverity/tf-cov-make
+++ b/script/tf-coverity/tf-cov-make
@@ -158,7 +158,7 @@
clean_build $fvp_common_flags GIC_ENABLE_V4_EXTN=1 GIC_EXT_INTID=1
# Measured Boot
-clean_build $fvp_common_flags ${ARM_TBB_OPTIONS} MEASURED_BOOT=1
+clean_build $fvp_common_flags ${ARM_TBB_OPTIONS} TPM_HASH_ALG=sha256 MEASURED_BOOT=1
# CoT descriptors in device tree
clean_build $fvp_common_flags ${ARM_TBB_OPTIONS} COT_DESC_IN_DTB=1 USE_ROMLIB=1