ci: remove RSS usage for the FVP platform

This change is a companion to the TF-A update [1], aimed at
removing RSS usage for the FVP platform.

[1]: https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/24802

Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
Change-Id: I6a0cae5da17fa0284fd5e06232bf12ac1f249573
diff --git a/group/tf-l1-build-fvp/fvp-mb-romlib-rss:nil b/group/tf-l1-build-fvp/fvp-mb-romlib-rss:nil
deleted file mode 100644
index b452bbf..0000000
--- a/group/tf-l1-build-fvp/fvp-mb-romlib-rss:nil
+++ /dev/null
@@ -1,5 +0,0 @@
-#
-# Copyright (c) 2023 Arm Limited. All rights reserved.
-#
-# SPDX-License-Identifier: BSD-3-Clause
-#
diff --git a/script/tf-coverity/tf-cov-make b/script/tf-coverity/tf-cov-make
index 14ccf63..bae1ecb 100755
--- a/script/tf-coverity/tf-cov-make
+++ b/script/tf-coverity/tf-cov-make
@@ -78,18 +78,8 @@
 clean_build $fvp_common_flags ${ARM_TBB_OPTIONS} SPD=tspd COT=dualroot
 
 # FEAT_RME with CCA chain of trust.
-#
-# Note that we override PLAT_RSS_NOT_SUPPORTED build flag (which defaults to 1
-# on the Base AEM FVP) just to analyse the RSS communication driver code through
-# Coverity. In reality, RSS is not supported on FVP right now (or on any other
-# upstream platform, for that matter) so the resulting firmware would not be
-# functional.
 clean_build $fvp_common_flags ${ARM_TBB_OPTIONS} USE_ROMLIB=1 \
-	    ENABLE_RME=1 MEASURED_BOOT=1 PLAT_RSS_NOT_SUPPORTED=0
-
-# FVP RSS supported build without CCA enabled.
-clean_build $fvp_common_flags USE_ROMLIB=1 MEASURED_BOOT=1 MBEDTLS_DIR=$(pwd)/mbedtls \
-    PLAT_RSS_NOT_SUPPORTED=0
+	    ENABLE_RME=1 MEASURED_BOOT=1
 
 clean_build $fvp_common_flags SPD=trusty
 clean_build $fvp_common_flags SPD=trusty TRUSTY_SPD_WITH_GENERIC_SERVICES=1
diff --git a/tf_config/fvp-mb-romlib-rss b/tf_config/fvp-mb-romlib-rss
deleted file mode 100644
index 53ad3bb..0000000
--- a/tf_config/fvp-mb-romlib-rss
+++ /dev/null
@@ -1,6 +0,0 @@
-CROSS_COMPILE=aarch64-none-elf-
-FVP_HW_CONFIG_DTS=fdts/fvp-base-gicv3-psci-1t.dts
-MEASURED_BOOT=1
-PLAT=fvp
-PLAT_RSS_NOT_SUPPORTED=0
-USE_ROMLIB=1