summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrun_model.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_model.sh b/run_model.sh
index 5f1ff58..3668f92 100755
--- a/run_model.sh
+++ b/run_model.sh
@@ -67,7 +67,7 @@ CLUSTER1_NUM_CORES=${CLUSTER1_NUM_CORES:-1}
# Set defaults based on model type
if [ "$FOUNDATION" == "1" ]; then
- DTB=${DTB:-foundation-v8.dtb}
+ DTB=${DTB:-fvp-foundation-gicv2-psci.dtb}
else
DTB=${DTB:-fvp-base-gicv2-psci.dtb}
fi