summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManoj Kumar <manoj.kumar3@arm.com>2018-05-08 13:43:01 +0530
committerArvind Chauhan <arvind.chauhan@arm.com>2018-05-08 09:48:09 +0100
commit06089922ac2714e6413bd3447a9343f231643286 (patch)
tree5120c7cdd2c251a4c8c31283687ea471ec1b4721
parentf3b6d8c25a3ed540d65e4ded8bcb9a88d5423996 (diff)
fvp/run_model.sh: remove --arm-v8.0 for base fvparmlt-20180509-00118.04
Signed-off-by: Manoj Kumar <manoj.kumar3@arm.com>
-rwxr-xr-xfvp/run_model.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/fvp/run_model.sh b/fvp/run_model.sh
index 28d85e7..c50edc0 100755
--- a/fvp/run_model.sh
+++ b/fvp/run_model.sh
@@ -299,6 +299,7 @@ else
$cores \
-C cache_state_modelled=$CACHE_STATE_MODELLED \
-C bp.pl011_uart0.untimed_fifos=1 \
+ -C bp.pl011_uart0.unbuffered_output=1 \
-C bp.pl011_uart0.out_file=$UART0_LOG \
-C bp.pl011_uart1.out_file=$UART1_LOG \
-C bp.secureflashloader.fname=$BL1 \
@@ -311,8 +312,7 @@ else
$disk_param \
$VARS \
$net \
- $arch_params \
- --arm-v8.0
+ $arch_params
"
fi