summaryrefslogtreecommitdiff
path: root/sgm775
diff options
context:
space:
mode:
authorThomas Abraham <thomas.abraham@arm.com>2019-03-15 18:56:10 +0530
committerThomas Abraham <thomas.abraham@arm.com>2019-03-22 00:07:23 +0530
commit46f44173f81fdb5b77cbd20236948aa247925956 (patch)
treea334032589fbbdf80b93d0ed7a71d511c4d0468a /sgm775
parent3d615b6ef49b969e4e2733cf36789701a64a4444 (diff)
sgm775/run_model: align to changes in SCP firmware names
The SCP firmware binary names are now changed to scp_romfw.bin, scp_ramfw.bin, mcp_romfw.bin and mcp_ramfw.bin. Align to these changes in the run_model script. Change-Id: If19f58e5516bcc6e09074b34471fa06fe0f495b2 Signed-off-by: Thomas Abraham <thomas.abraham@arm.com>
Diffstat (limited to 'sgm775')
-rwxr-xr-xsgm775/run_model.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sgm775/run_model.sh b/sgm775/run_model.sh
index 3b672b1..cd76a37 100755
--- a/sgm775/run_model.sh
+++ b/sgm775/run_model.sh
@@ -424,7 +424,7 @@ fi
${MODEL_NAME} \
-C css.trustedBootROMloader.fname="${OUTDIR}/$BL1_IMAGE" \
- -C css.scp.ROMloader.fname="${OUTDIR}/scp-rom.bin" \
+ -C css.scp.ROMloader.fname="${OUTDIR}/scp_romfw.bin" \
-C soc.pl011_uart0.out_file="${MODEL_TYPE,,}/$UART0_OUTPUT_FILE_NAME" \
-C soc.pl011_uart1.out_file="${MODEL_TYPE,,}/$UART1_OUTPUT_FILE_NAME" \
-C soc.pl011_uart0.unbuffered_output=1 \