coverity: add HOB_LIST build config
Change-Id: Ifb031d90af01192367de6b6911edb361bfef1c4b
Signed-off-by: Manish Pandey <manish.pandey2@arm.com>
diff --git a/script/tf-coverity/tf-cov-make b/script/tf-coverity/tf-cov-make
index 69736bd..e5ff49d 100755
--- a/script/tf-coverity/tf-cov-make
+++ b/script/tf-coverity/tf-cov-make
@@ -159,6 +159,9 @@
# Firmware Handoff framework support
clean_build $fvp_common_flags TRANSFER_LIST=1
+# HOB List support
+clean_build $fvp_common_flags HOB_LIST=1
+
#BL2 at EL3 support
clean_build $fvp_common_flags RESET_TO_BL2=1 FVP_TRUSTED_SRAM_SIZE=384
clean_build $fvp_common_flags CROSS_COMPILE=arm-none-eabi- \