tf-coverity: remove unneeded lines
As platform fiptool paths have now moved into tools/, which is covered
by a wildcard exclusion.
Signed-off-by: Raef Coles <raef.coles@arm.com>
Change-Id: I00eb45de45d3bc08a57966f7c4a9221e0fbc9a36
diff --git a/script/tf-coverity/coverity_tf_conf.py b/script/tf-coverity/coverity_tf_conf.py
index f840d50..73e70e2 100644
--- a/script/tf-coverity/coverity_tf_conf.py
+++ b/script/tf-coverity/coverity_tf_conf.py
@@ -105,8 +105,7 @@
("plat/arm/board/sgi575/sgi575_trusted_boot.c", "Only used by deprecated SGI575 platform"),
("plat/arm/css/sgi/sgi_ras.c", "Only used by deprecated SGI575 platform"),
- # Exclude the following files used for STM32MP host tools (fiptool and cert_create)
- ("plat/st/stm32mp1/plat_def_uuid_config.c", "Used to build STM32MP fiptool"),
+ # Exclude the following files used for STM32MP host tools (cert_create)
("plat/st/stm32mp1/stm32mp1_tbb_cert.c", "Used to build STM32MP cert_create"),
# Exclude the IO files
@@ -119,9 +118,6 @@
("plat/arm/board/tc/nv_counter_test.c", "Not used yet."),
- # Exclude the following files used for TC host tools (fiptool)
- ("plat/arm/board/tc/plat_def_uuid_config.c", "Used to build TC fiptool"),
-
("lib/psa/rss_platform.c", "Not used yet."),
# Exclude the following files used for Juno host tools (fiptool and cert_create)