summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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