aboutsummaryrefslogtreecommitdiff
path: root/96boards-hikey-uefi-openplatformpkg.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2016-04-08 09:44:23 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2016-04-08 09:44:23 +0300
commit0651764b866a4836d279b50f7c82c4bdb40079d5 (patch)
treec46bdd92669307e5e7a497f0e6ab16179f6d5efa /96boards-hikey-uefi-openplatformpkg.yaml
parent41808a8e58cfc4a944559ae39bf7e71da069b904 (diff)
96boards-hikey-uefi-openplatformpkg: symlink bl2u.bin
fix build failure: new ATF generates bl2u.bin, needed by l-loader at a later stage. Change-Id: I71f9dc0ca0bba0a270592c81c4a54e08fb80c8a9 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to '96boards-hikey-uefi-openplatformpkg.yaml')
-rw-r--r--96boards-hikey-uefi-openplatformpkg.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/96boards-hikey-uefi-openplatformpkg.yaml b/96boards-hikey-uefi-openplatformpkg.yaml
index 2b0fcdf313..040719e3ed 100644
--- a/96boards-hikey-uefi-openplatformpkg.yaml
+++ b/96boards-hikey-uefi-openplatformpkg.yaml
@@ -98,6 +98,7 @@
git clone -b hikey-aosp --depth 1 https://github.com/96boards-hikey/l-loader.git
cd l-loader
ln -s ${WORKSPACE}/out/bl1.bin
+ ln -s ${WORKSPACE}/out/bl2u.bin
make
cp -a l-loader.bin ptable*.img ${WORKSPACE}/out/
cd ${WORKSPACE}