aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2017-01-04 13:58:43 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2017-01-04 13:58:43 +0000
commit404b7af99301f5d46bc22a45ea9430b24beb8d88 (patch)
tree5a9c6e1e012bde065aea129dfa49519f72559f96
parentb69121821c3a3e4cc9ede9607edd5a2e11389a97 (diff)
arm-tf: fvp: set LOAD_IMAGE_V2=0armlt-20170110-001
Recent ARM-TF changes enables LOAD_IMAGE_V2 by default. ARM-TF then fails to boot on the FVP models in the default build configuration. I added LOAD_IMAGE_V2=0 to the the FVP platform config file to revert to the original behaviour. Change-Id: I5783caa1a4541cb9333f4c36cb7ea8f4cb48288b Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rw-r--r--platforms/fvp/fvp1
1 files changed, 1 insertions, 0 deletions
diff --git a/platforms/fvp/fvp b/platforms/fvp/fvp
index e450567..0c162bc 100644
--- a/platforms/fvp/fvp
+++ b/platforms/fvp/fvp
@@ -27,3 +27,4 @@
# POSSIBILITY OF SUCH DAMAGE.
source ${DIR}/platforms/common/common.fvp
+ARM_TF_BUILD_FLAGS="LOAD_IMAGE_V2=0"