summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuodong Xu <guodong.xu@linaro.org>2017-10-04 17:10:12 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-04 17:10:12 +0000
commit5d08371e8a086644f54b213f9f833d383409b3c2 (patch)
tree76d423d348b9312c181e758eea8b9145ece83afa
parent75b4ef5766a5236890bafecf1ceade12ef4979ff (diff)
parent3b415817dea07588f6d034970f35bbf1a66dffa8 (diff)
downloadhikey-5d08371e8a086644f54b213f9f833d383409b3c2.tar.gz
hikey960: installer: Rename HiSi ptable, sec_xloader, fastboot images
am: 3b415817de Change-Id: Id7e694e3981b7bd727f10ee693386a79ed7d9e7e
-rwxr-xr-xinstaller/hikey960/flash-all.sh6
-rw-r--r--installer/hikey960/hisi-fastboot.img (renamed from installer/hikey960/fastboot.img)bin3426304 -> 3426304 bytes
-rw-r--r--installer/hikey960/hisi-ptable.img (renamed from installer/hikey960/ptable.img)bin200704 -> 200704 bytes
-rw-r--r--installer/hikey960/hisi-sec_xloader.img (renamed from installer/hikey960/sec_xloader.img)bin154752 -> 154752 bytes
4 files changed, 3 insertions, 3 deletions
diff --git a/installer/hikey960/flash-all.sh b/installer/hikey960/flash-all.sh
index 531411eb..f203c856 100755
--- a/installer/hikey960/flash-all.sh
+++ b/installer/hikey960/flash-all.sh
@@ -15,9 +15,9 @@ fi
echo "android out dir:${ANDROID_PRODUCT_OUT}"
-fastboot flash xloader "${INSTALLER_DIR}"/sec_xloader.img
-fastboot flash ptable "${INSTALLER_DIR}"/ptable.img
-fastboot flash fastboot "${INSTALLER_DIR}"/fastboot.img
+fastboot flash xloader "${INSTALLER_DIR}"/hisi-sec_xloader.img
+fastboot flash ptable "${INSTALLER_DIR}"/hisi-ptable.img
+fastboot flash fastboot "${INSTALLER_DIR}"/hisi-fastboot.img
fastboot reboot-bootloader
fastboot flash nvme "${INSTALLER_DIR}"/nvme.img
fastboot flash fw_lpm3 "${INSTALLER_DIR}"/lpm3.img
diff --git a/installer/hikey960/fastboot.img b/installer/hikey960/hisi-fastboot.img
index 72cbf90f..72cbf90f 100644
--- a/installer/hikey960/fastboot.img
+++ b/installer/hikey960/hisi-fastboot.img
Binary files differ
diff --git a/installer/hikey960/ptable.img b/installer/hikey960/hisi-ptable.img
index 7c9e36e4..3a4fe68c 100644
--- a/installer/hikey960/ptable.img
+++ b/installer/hikey960/hisi-ptable.img
Binary files differ
diff --git a/installer/hikey960/sec_xloader.img b/installer/hikey960/hisi-sec_xloader.img
index 359de549..359de549 100644
--- a/installer/hikey960/sec_xloader.img
+++ b/installer/hikey960/hisi-sec_xloader.img
Binary files differ