summaryrefslogtreecommitdiff
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-13 17:33:10 +0530
commit7cc54407896b73ed12eea88a6aad5825503a1fd9 (patch)
tree811c3e74b56e851b047f2dea279643a8a1a8a977
parent57ab8c84f2ad5fd97260062a949814f98a45d09d (diff)
platforms/sgi575: fix minor typo of mcp log file namesarmlt-20190222-00119.01
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>
-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""