feat(scp): scp/mcp v2.9.0 update - total compute
Updates total compute test suite to use v2.9.0 scp/mcp prebuilds
Signed-off-by: Maksims Svecovs <maksims.svecovs@arm.com>
Change-Id: I6dc9daeb5a18f2c44a97e54b9a4ddc3fd6d71b19
diff --git a/run_config/fvp-linux.tc b/run_config/fvp-linux.tc
index 1016f72..4ee3827 100644
--- a/run_config/fvp-linux.tc
+++ b/run_config/fvp-linux.tc
@@ -14,7 +14,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/scp_romfw.bin" saveas="scp_rom.bin" fetch_file
+ url="$scp_prebuilts/tc$plat_variant/release/scp_bl1.bin" saveas="scp_rom.bin" fetch_file
archive_file "scp_rom.bin"
fi