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-tc.spm.tftf b/run_config/fvp-tc.spm.tftf
index 53cf805..09bdb30 100644
--- a/run_config/fvp-tc.spm.tftf
+++ b/run_config/fvp-tc.spm.tftf
@@ -9,7 +9,7 @@
post_tf_build() {
if [ ! -f "$archive/scp_ram.bin" ]; then
- url="$scp_mcp_downloads/tc$plat_variant/platform_variant_0/release/tc$plat_variant-bl2.bin" saveas="scp_ram.bin" fetch_file
+ url="$scp_mcp_downloads/totalcompute/tc$plat_variant/platform_variant_0/release/tc$plat_variant-bl2.bin" saveas="scp_ram.bin" fetch_file
archive_file "scp_ram.bin"
fi