summaryrefslogtreecommitdiff
path: root/sgi
diff options
context:
space:
mode:
authorThomas Abraham <thomas.abraham@arm.com>2019-01-30 09:28:45 +0530
committerThomas Abraham <thomas.abraham@arm.com>2019-02-18 18:21:23 +0530
commit50529a404c89959df195119797d1e1d5e2cd6be1 (patch)
treeb4292afb02492d52d795f8d8f532573c5afc52a5 /sgi
parent74ec115667163bd59e48db60c0ad1621cb79a10f (diff)
platforms/sgi575: fix minor typo of mcp log file names
MCP uart log file name require a minor fix (css-mcp_uar0 -> css-mcp_uart0 and css-mcp_uar1 -> css-mcp_uart1) Change-Id: If0f2dc5be17b99d69a93ca8d4d2ce58eaf3a21d8 Signed-off-by: Thomas Abraham <thomas.abraham@arm.com>
Diffstat (limited to 'sgi')
-rwxr-xr-xsgi/platforms/sgi575/run_model.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/sgi/platforms/sgi575/run_model.sh b/sgi/platforms/sgi575/run_model.sh
index 483aecc..1b87771 100755
--- a/sgi/platforms/sgi575/run_model.sh
+++ b/sgi/platforms/sgi575/run_model.sh
@@ -125,8 +125,8 @@ while test $# -gt 0; do
-C board.terminal_1.start_telnet=0 \
-C css.pl011_uart1_ap.out_file="ap-uart1" \
-C soc.pl011_uart_mcp.out_file="soc-mcp-uart0" \
- -C css.mcp.pl011_uart1_mcp.out_file="css-mcp_uar1" \
- -C css.mcp.pl011_uart0_mcp.out_file="css-mcp_uar0" \
+ -C css.mcp.pl011_uart1_mcp.out_file="css-mcp_uart1" \
+ -C css.mcp.pl011_uart0_mcp.out_file="css-mcp_uart0" \
-C soc.pl011_uart1.out_file="soc-uart1" \
-C board.pl011_uart0.out_file="board-uart0" \
-C board.pl011_uart1.out_file="board-uart1""