fix(scp): Add support for mcp ram binaries for RDV1

The more recent SCP binaries used for RDV1 require the
MCP ram firmware to be taken from pre-built and passed to
the FVP.

This patch adds support for the above.

Change-Id: I549bcd1814ff8e51faccbca8b895e3a72f392b58
Signed-off-by: Nicola Mazzucato <nicola.mazzucato@arm.com>
diff --git a/model/css-rdv1.sh b/model/css-rdv1.sh
index 8744913..a3956ed 100644
--- a/model/css-rdv1.sh
+++ b/model/css-rdv1.sh
@@ -24,4 +24,5 @@
 -C soc.pl011_uart0.unbuffered_output=1
 -C soc.pl011_uart1.unbuffered_output=1
 --data css.scp.armcortexm7ct=$scp_ram_bin@$scp_ram_addr
+--data css.mcp.armcortexm7ct=$mcp_ram_bin@$mcp_ram_addr
 EOF