ci: update SCP binaries to v2.14.0
Update the SCP binaries path to the latest SCP release version
v2.14.0
Signed-off-by: Sona Mathew <sonarebecca.mathew@arm.com>
Change-Id: I7d53fdc306549358a052a9c8b02c5c5f8f547a5b
diff --git a/run_config/fvp-linux.tc b/run_config/fvp-linux.tc
index 46df58c..048a9fe 100644
--- a/run_config/fvp-linux.tc
+++ b/run_config/fvp-linux.tc
@@ -16,7 +16,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_mcp_downloads/tc$plat_variant/platform_variant_0/release/tc$plat_variant-bl1.bin" saveas="scp_rom.bin" fetch_file
+ url="$scp_mcp_downloads/totalcompute/tc$plat_variant/platform_variant_0/release/tc$plat_variant-bl1.bin" saveas="scp_rom.bin" fetch_file
archive_file "scp_rom.bin"
fi