tc: Remove TC2 remains from run configs

The TC2 test configs using these fragments were removed in 547948a and
9fc9e88. TC3 tests are using the pre-built SCP BL2 image, TC4 is using
a unified binary (BL2 image is not distinguished).

Change-Id: Iefa9b1da61107d03e9b491364080300b67cf7e43
Signed-off-by: David Vincze <david.vincze@arm.com>
diff --git a/run_config/fvp-fip.tc.tftf b/run_config/fvp-fip.tc.tftf
index 4a90f60..9c0b5f3 100644
--- a/run_config/fvp-fip.tc.tftf
+++ b/run_config/fvp-fip.tc.tftf
@@ -10,15 +10,7 @@
 	if [ $plat_variant -eq 3 ]; then
 		# Use pre-built SCP BL2 binary
 		url="$tfa_downloads/total_compute/tc$plat_variant/scp/$scp_revision/tc$plat_variant-bl2.bin" saveas="scp_ram.bin" fetch_file
-	else
-		# Use SCP binary from SCP build if it exists, or fetch pre-built ones.
-		if [ ! -f "$archive/scp_ram.bin" ]; then
-			url="$scp_mcp_downloads/totalcompute/tc$plat_variant/platform_variant_0/release/tc$plat_variant-bl2.bin" saveas="scp_ram.bin" fetch_file
-		fi
-	fi
-	archive_file "scp_ram.bin"
-
-	if [ $plat_variant -eq 3 ]; then
+		archive_file "scp_ram.bin"
 		build_fip BL33="$archive/tftf.bin" SCP_BL2="$archive/scp_ram.bin"
 	else
 		build_fip BL33="$archive/tftf.bin"