tc: remove reference of scp_mcp_2_11_0_downloads
Remove the reference to 'scp_mcp_2_11_0_downloads' since it
was specifically utilized for the TC0 platform. Currently,
there are no active test configurations for TC0, as
this platform has been deprecated.
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
Change-Id: Ifbfcb27c965b73fd344f1207f7dd585fa96a69f7
diff --git a/run_config/fvp-linux.tc b/run_config/fvp-linux.tc
index 409aae6..12bcc39 100644
--- a/run_config/fvp-linux.tc
+++ b/run_config/fvp-linux.tc
@@ -13,7 +13,7 @@
# 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
- url="$scp_prebuilts/tc$plat_variant/release/tc$plat_variant-bl1.bin" saveas="scp_rom.bin" fetch_file
+ url="$scp_mcp_downloads/tc$plat_variant/release/tc$plat_variant-bl1.bin" saveas="scp_rom.bin" fetch_file
archive_file "scp_rom.bin"
fi