fix: use SCP v2.11.0 for TC0

SCP-firmware no longer supports TC0, and has stopped distributing
binaries for it. We need to continue to maintain TC0 support for the
benefit of some SPM tests which still rely on it, so pin TC0 in the
CI to SCP-firmware v2.11.0.

Change-Id: I4d41a81763845b6e3baad5f1735296fb4b0aec47
Signed-off-by: Chris Kay <chris.kay@arm.com>
diff --git a/utils.sh b/utils.sh
index 68cd5fe..8e70ad0 100644
--- a/utils.sh
+++ b/utils.sh
@@ -633,7 +633,8 @@
 tfa_downloads="${tfa_downloads:-file:///downloads/tf-a}"
 css_downloads="${css_downloads:-$tfa_downloads/css}"
 
-# SCP/MCP v2.12.0 release binaries.
+# SCP/MCP release binaries.
+scp_mcp_2_11_0_downloads="${scp_mcp_downloads:-$tfa_downloads/css_scp_2.11.0}"
 scp_mcp_downloads="${scp_mcp_downloads:-$tfa_downloads/css_scp_2.12.0}"
 
 linaro_2001_release="${linaro_2001_release:-$tfa_downloads/linaro/20.01}"