summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2016-05-24 20:35:18 -0700
committerJohn Stultz <john.stultz@linaro.org>2016-05-24 20:35:18 -0700
commit1768d8ea46ff4ea8ad5a6e5e9aba4393eb66d3bc (patch)
tree08aa73145390321f9b83fe1fdd1ec85faf602370
parente8886ddf2eeea5b49b11810696407dabaf66b7f7 (diff)
downloadhikey-1768d8ea46ff4ea8ad5a6e5e9aba4393eb66d3bc.tar.gz
hikey: flash-all.sh: Update flash-all script to use boot.img, since its the new default
Since the build now produces just a boot.img by default, update the flash-all.sh script to flash that instead of the boot_fat.uefi.img Change-Id: Iad9ba135021132cc96c50243ef4ad1f0e0b5ffc9 Signed-off-by: John Stultz <john.stultz@linaro.org>
-rwxr-xr-xinstaller/flash-all.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/flash-all.sh b/installer/flash-all.sh
index 076b5809..0d71b45b 100755
--- a/installer/flash-all.sh
+++ b/installer/flash-all.sh
@@ -49,7 +49,7 @@ python ${INSTALLER_DIR}/hisi-idt.py --img1=${INSTALLER_DIR}/l-loader.bin -d ${DE
fastboot flash ptable ${INSTALLER_DIR}/${PTABLE}
fastboot flash fastboot ${INSTALLER_DIR}/fip.bin
fastboot flash nvme ${INSTALLER_DIR}/nvme.img
-fastboot flash boot ${OUT_IMGDIR}/boot_fat.uefi.img
+fastboot flash boot ${OUT_IMGDIR}/boot.img
fastboot flash system ${OUT_IMGDIR}/system.img
fastboot flash cache ${OUT_IMGDIR}/cache.img
fastboot flash userdata ${OUT_IMGDIR}/userdata.img