summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2014-02-19 18:04:48 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2014-02-19 18:04:48 +0000
commit3043bce584cd82ca83997578336cf2251eee32e2 (patch)
treee9963d80bd0f82eeee7ef624e2fc9adf48f08ff6
parentc6f92add9b4ab2b95ef106c72828b34cb1c87074 (diff)
Don't build the fip binary
We need a BL33 to be able to build fip.bin. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rwxr-xr-xfvp-pre-boot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/fvp-pre-boot.sh b/fvp-pre-boot.sh
index 1f0bdd7..cfd0def 100755
--- a/fvp-pre-boot.sh
+++ b/fvp-pre-boot.sh
@@ -91,7 +91,7 @@ cd ${WORKSPACE}
set +e
cd ${REPO_WORKSPACE}
-make PLAT=fvp all fip
+make PLAT=fvp all
count_errors $?
cp -a ${REPO_WORKSPACE}/build/fvp/release/*.bin ${builddir}