summaryrefslogtreecommitdiff
path: root/run_model.sh
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2016-03-17 14:27:02 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2016-03-18 17:02:43 +0000
commita0d02c33a5d03ca38415ce8c70be83963f1ed6ac (patch)
treeb3eb5298270b29f6223b70e8f32cde2e0a129ae2 /run_model.sh
parent97cc833dda1cf8787052866be7596458386bbd0b (diff)
update dts files to GICv3
The ARMLT kernel tree for 16.03 use DTS files with GICv3 support enabled by default. The files have also been renamed. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Diffstat (limited to 'run_model.sh')
-rwxr-xr-xrun_model.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/run_model.sh b/run_model.sh
index 8a25d0a..0355aca 100755
--- a/run_model.sh
+++ b/run_model.sh
@@ -67,9 +67,9 @@ CLUSTER1_NUM_CORES=${CLUSTER1_NUM_CORES:-1}
# Set defaults based on model type
if [ "$FOUNDATION" == "1" ]; then
- DTB=${DTB:-fvp-foundation-gicv2-psci.dtb}
+ DTB=${DTB:-foundation-v8-gicv3.dtb}
else
- DTB=${DTB:-fvp-base-gicv2-psci.dtb}
+ DTB=${DTB:-fvp-base-aemv8a-aemv8a.dtb}
fi
# Continue error checking...