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-linux.tc b/run_config/fvp-linux.tc
index f703379..05333be 100644
--- a/run_config/fvp-linux.tc
+++ b/run_config/fvp-linux.tc
@@ -16,24 +16,22 @@
 	# Use SCP binary from SCP build if it exists, or fetch pre-built ones.
 	if [ ! -f "$archive/scp_rom.bin" ]; then
 		# Pick the appropriate binary based on target platform variant
-		if [ $plat_variant -eq 2 ]; then
-			url="$scp_mcp_downloads/totalcompute/tc$plat_variant/platform_variant_0/release/tc$plat_variant-bl1.bin" saveas="scp_rom.bin" fetch_file
-		elif [ $plat_variant -eq 3 ] || [ $plat_variant -eq 4 ]; then
+		if [ $plat_variant -eq 3 ] || [ $plat_variant -eq 4 ]; then
 			url="$tfa_downloads/total_compute/tc$plat_variant/scp/tc$plat_variant-bl1.bin" saveas="scp_rom.bin" fetch_file
 		fi
 
 		archive_file "scp_rom.bin"
 	fi
 
-	# RSE is applicable to TC2, TC3 and TC4
-	if [ $plat_variant -eq 2 ] || [ $plat_variant -eq 3 ] || [ $plat_variant -eq 4 ]; then
+	# RSE is applicable to TC3 and TC4
+	if [ $plat_variant -eq 3 ] || [ $plat_variant -eq 4 ]; then
 
 	    # Hold RSE terminal_uart_ap
 	    uart="1" port="5003" file="hold_uart.exp" track_expect
 
 	    get_rse_prov_bins
 
-            # sign AP bl1
+		# sign AP bl1
 	    sign_image bl1.bin $ap_bl1_flash_load_addr $ap_bl1_flash_size
 
 	    # Update FIP with pre-built RSE binaries and signed AP BL1 to create host flash fip image