summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Abraham <thomas.abraham@arm.com>2019-03-04 11:10:59 +0530
committerThomas Abraham <thomas.abraham@arm.com>2019-03-04 17:16:38 +0530
commit694498d9a0a8b48465d5b0ae891d2a00d83072f0 (patch)
treefaa441c31440533b91d2dc19fc035338b21dd88d
parentdefd3a84d5e99f04106b36d55df0449eac1a7fea (diff)
plat/run_model: update the path to fastmodel executable
Update the path of the default fastmodel executable location. Change-Id: I9041337e6afe8e638748ff0ebddc438e60784898 Signed-off-by: Thomas Abraham <thomas.abraham@arm.com>
-rwxr-xr-xrdinfra/platforms/rde1edge/run_model.sh2
-rwxr-xr-xrdinfra/platforms/rdn1edge/run_model.sh2
-rwxr-xr-xsgi/platforms/sgi575/run_model.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/rdinfra/platforms/rde1edge/run_model.sh b/rdinfra/platforms/rde1edge/run_model.sh
index a9cc521..73f7f91 100755
--- a/rdinfra/platforms/rde1edge/run_model.sh
+++ b/rdinfra/platforms/rde1edge/run_model.sh
@@ -48,7 +48,7 @@ source $PWD/../../../sgi/sgi_common_util.sh
# Check that a path to the model has been provided
if [ ! -e "$MODEL" ]; then
#if no model path has been provided, assign a default path
- MODEL="../../../../fastmodel/sgi/models/Linux64_GCC-4.9/FVP_CSS_SGI-Clark_HeliosMP8"
+ MODEL="../../../../fastmodel/refinfra/models/Linux64_GCC-4.9/FVP_CSS_SGI-Clark_HeliosMP8"
if [ ! -f "$MODEL" ]; then
echo "ERROR: you should set variable MODEL to point to a valid " \
"RD-E1-Edge model binary, currently it is set to \"$MODEL\""
diff --git a/rdinfra/platforms/rdn1edge/run_model.sh b/rdinfra/platforms/rdn1edge/run_model.sh
index 9e672b5..d2d6951 100755
--- a/rdinfra/platforms/rdn1edge/run_model.sh
+++ b/rdinfra/platforms/rdn1edge/run_model.sh
@@ -48,7 +48,7 @@ source $PWD/../../../sgi/sgi_common_util.sh
# Check that a path to the model has been provided
if [ ! -e "$MODEL" ]; then
#if no model path has been provided, assign a default path
- MODEL="../../../../fastmodel/sgi/models/Linux64_GCC-4.9/FVP_CSS_SGI-Clark"
+ MODEL="../../../../fastmodel/refinfra/models/Linux64_GCC-4.9/FVP_CSS_SGI-Clark"
if [ ! -f "$MODEL" ]; then
echo "ERROR: you should set variable MODEL to point to a valid " \
"RD-N1-Edge model binary, currently it is set to \"$MODEL\""
diff --git a/sgi/platforms/sgi575/run_model.sh b/sgi/platforms/sgi575/run_model.sh
index 1b87771..f280430 100755
--- a/sgi/platforms/sgi575/run_model.sh
+++ b/sgi/platforms/sgi575/run_model.sh
@@ -28,7 +28,7 @@ source ../../sgi_common_util.sh
# Check that a path to the model has been provided
if [ ! -e "$MODEL" ]; then
#if no model path has been provided, assign a default path
- MODEL="../../../../fastmodel/sgi/models/Linux64_GCC-4.9/FVP_CSS_SGI-575"
+ MODEL="../../../../fastmodel/refinfra/models/Linux64_GCC-4.9/FVP_CSS_SGI-575"
if [ ! -f "$MODEL" ]; then
echo "ERROR: you should set variable MODEL to point to a valid SGI575 " \
"model binary, currently it is set to \"$MODEL\""