aboutsummaryrefslogtreecommitdiff
path: root/rpb-uefi
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2019-11-05 22:04:59 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2019-11-05 16:36:54 +0000
commitbc7d6a580b4bc623b390f5f69dcbbf2d0807cb78 (patch)
tree8b1a5fb2ec02132718058c0a61650a902c6ef176 /rpb-uefi
parent1f2e50b4af14e6c2eb9182a78ae99ae7ecda8103 (diff)
rpb-uefi: fix optee_os tarball
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org> Change-Id: I49f0c6a2dc0dc71f5a046f36377bf47751ee7450
Diffstat (limited to 'rpb-uefi')
-rwxr-xr-xrpb-uefi/staging/builders.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpb-uefi/staging/builders.sh b/rpb-uefi/staging/builders.sh
index 601a1393..f590a8b7 100755
--- a/rpb-uefi/staging/builders.sh
+++ b/rpb-uefi/staging/builders.sh
@@ -127,7 +127,7 @@ if [ "${MX_PLATFORM}" = "hikey" ]; then
# Ship files needed to build OP-TEE test suite
tar -C ${OPTEE_OS_DIR}/out -acvf \
${WORKSPACE}/out/${BUILD_TYPE}/optee-arm-plat-hikey.tar.xz \
- ${OPTEE_OS_DIR}/arm-plat-hikey/export-ta_arm64 ${OPTEE_OS_DIR}/arm-plat-hikey/export-ta_arm32
+ ${LOADER_DIR}/arm-plat-hikey/export-ta_arm64 ${LOADER_DIR}/arm-plat-hikey/export-ta_arm32
wget https://raw.githubusercontent.com/96boards/burn-boot/master/hisi-idt.py -O ${WORKSPACE}/out/${BUILD_TYPE}/hisi-idt.py
dd if=/dev/zero of=${WORKSPACE}/out/${BUILD_TYPE}/nvme.img bs=128 count=1024
cp -L ${LOADER_DIR}/fip.bin ${LOADER_DIR}/l-loader.bin ${LOADER_DIR}/recovery.bin ${LOADER_DIR}/*ptable.img ${WORKSPACE}/out/${BUILD_TYPE}