aboutsummaryrefslogtreecommitdiff
path: root/rpb-uefi/staging
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-06-09 10:08:16 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2017-06-09 10:08:16 +0300
commitbb3bed92752f3adba8ae537dd5a858b3d39ec297 (patch)
treecebcb2acb4bcf74012d3fe5ee0cebf3e235c7348 /rpb-uefi/staging
parentf8d2196c1b51c6f082a8d5d88c653f00031bc861 (diff)
rpb-uefi-staging: hikey960: update ATF git repository location
HiKey960 is now merged into the integration of the official ATF repository: https://github.com/ARM-software/arm-trusted-firmware/tree/integration Change-Id: I0617b8d4e75eac9809af997a1c61f31bd567e5e9 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'rpb-uefi/staging')
-rwxr-xr-xrpb-uefi/staging/builders.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/rpb-uefi/staging/builders.sh b/rpb-uefi/staging/builders.sh
index eb16efd767..a7fbf6a696 100755
--- a/rpb-uefi/staging/builders.sh
+++ b/rpb-uefi/staging/builders.sh
@@ -62,8 +62,7 @@ fi
if [ "${MX_PLATFORM}" == "hikey960" ]; then
EDK2_GIT_URL=https://github.com/96boards-hikey/edk2.git
EDK2_GIT_VERSION="origin/testing/hikey960_v2.5"
- ATF_GIT_URL=https://github.com/96boards-hikey/arm-trusted-firmware.git
- ATF_GIT_VERSION="origin/testing/hikey960_v1.1"
+ ATF_GIT_VERSION="origin/integration"
OPEN_PLATFORM_PKG_GIT_URL=https://github.com/96boards-hikey/OpenPlatformPkg.git
OPEN_PLATFORM_PKG_GIT_BRANCH="testing/hikey960_v1.3.4"
L_LOADER_GIT_URL=https://github.com/96boards-hikey/l-loader.git