aboutsummaryrefslogtreecommitdiff
path: root/rpb-uefi
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2018-03-28 08:54:29 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2018-03-28 08:54:29 +0300
commit019330e3b803a63dae0a224a40ac5579280be589 (patch)
tree7ad917bdfe697f6d9ccc0d9630443b853900bc15 /rpb-uefi
parented8e30bf54bf153506f80e648817360f0c6a2231 (diff)
rpb-uefi-staging: prefix HiSilicon binaries with hisi-
Due to this commit: https://github.com/96boards-hikey/tools-images-hikey960/commit/b5ae2c13438eaab429aa584dec7080c181aeee87 Change-Id: I60c1f572df1c367f45beab4d8be0d7d48afad8d3 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'rpb-uefi')
-rwxr-xr-xrpb-uefi/staging/builders.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/rpb-uefi/staging/builders.sh b/rpb-uefi/staging/builders.sh
index ef9fde347b..f8d88b94f2 100755
--- a/rpb-uefi/staging/builders.sh
+++ b/rpb-uefi/staging/builders.sh
@@ -184,11 +184,11 @@ if [ "${MX_PLATFORM}" = "hikey960" ]; then
git clone --depth 1 https://github.com/96boards-hikey/tools-images-hikey960.git
cd tools-images-hikey960
cat > config << EOF
-sec_usb_xloader.img 0x00020000
-sec_uce_boot.img 0x6A908000
+hisi-sec_usb_xloader.img 0x00020000
+hisi-sec_uce_boot.img 0x6A908000
recovery.bin 0x1AC00000
EOF
- cp -a config hikey_idt sec_uce_boot.img sec_usb_xloader.img sec_xloader.img ${WORKSPACE}/out/${BUILD_TYPE}/
+ cp -a config hikey_idt hisi-sec_uce_boot.img hisi-sec_usb_xloader.img hisi-sec_xloader.img ${WORKSPACE}/out/${BUILD_TYPE}/
fi
cd ${WORKSPACE}