aboutsummaryrefslogtreecommitdiff
path: root/rpb-uefi
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2018-03-28 08:57:05 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2018-03-28 08:57:05 +0300
commita2426fe99916ebdc46e517b9236242b46b198fdf (patch)
tree9b176ae0e351802af4e265bdd9c349dd2a800049 /rpb-uefi
parent019330e3b803a63dae0a224a40ac5579280be589 (diff)
rpb-uefi-staging: remove TOS_BIN fixup
It isn't needed anymore. We moved to upstream TF only. Change-Id: I8a0a9c1fa06eee014f8c2f66527ac35a7b23fa89 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'rpb-uefi')
-rwxr-xr-xrpb-uefi/staging/builders.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/rpb-uefi/staging/builders.sh b/rpb-uefi/staging/builders.sh
index f8d88b94..e243018c 100755
--- a/rpb-uefi/staging/builders.sh
+++ b/rpb-uefi/staging/builders.sh
@@ -105,11 +105,6 @@ export JENKINS_WORKSPACE=${WORKSPACE}
# WORKSPACE is used by uefi-build.sh
unset WORKSPACE
-# NOTE: If using upstream ATF, we should set TOS_BIN to tee-pager.bin
-if [ "${MX_PLATFORM}" = "hikey" ]; then
- sed -i "s|^TOS_BIN=tee.bin|TOS_BIN=tee-pager.bin|" ${UEFI_TOOLS_DIR}/platforms.config
-fi
-
# Build UEFI for the desired platform, with the specified build type
cd ${EDK2_DIR}
bash -x ${UEFI_TOOLS_DIR}/uefi-build.sh -T ${TOOLCHAIN} -b ${MX_TYPE} -a ${ATF_DIR} -s ${OPTEE_OS_DIR} ${MX_PLATFORM}