aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Kung <kong1191@gmail.com>2015-01-09 19:32:05 +0800
committerJames Kung <kong1191@gmail.com>2015-01-09 19:32:05 +0800
commitd1ec6d84799b4aaa7eeca605d67a1cc1b22a507e (patch)
tree577438f5e543af52553f778c0eecea89a203e0ec
parentce433275edfd055a5ebc4085642b44813ee573e7 (diff)
Force prompt user to install FVP before running setup script
-rwxr-xr-xscript/setup_fvp_optee.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/setup_fvp_optee.sh b/script/setup_fvp_optee.sh
index f4efbb8..543768c 100755
--- a/script/setup_fvp_optee.sh
+++ b/script/setup_fvp_optee.sh
@@ -3,7 +3,7 @@
# EDIT so these match your credentials #
################################################################################
DEV_PATH=$HOME/devel/fvp_optee_benchmark
-SRC_FVP=1
+SRC_FVP=
# You only need to set these variables if you have access to the OPTEE_TEST
# (requires a Linaro account and access to the git called optee_test.git)