fix(tc): fix script name for tc platforms
The script called for both tc0 and tc1 is tc_utils.sh.
Change-Id: Ie7d7ae784412ba3a67c6322cd9a2e72cea9160f5
Signed-off-by: Usama Arif <usama.arif@arm.com>
diff --git a/run_config/fvp-tc0 b/run_config/fvp-tc0
index 4199743..d6c6b57 100644
--- a/run_config/fvp-tc0
+++ b/run_config/fvp-tc0
@@ -8,7 +8,7 @@
fetch_tf_resource() {
# Use SCP binary from SCP build if it exists, or fetch pre-built ones.
if [ ! -f "$archive/scp_romfw.bin" ]; then
- url="$scp_prebuilts/scp_romfw.bin" fetch_file
+ url="$scp_prebuilts/tc0/scp_romfw.bin" fetch_file
archive_file "scp_romfw.bin"
fi