Skip to content
Snippets Groups Projects
Commit d4ffcaa1 authored by Victor Chong's avatar Victor Chong Committed by Jérôme Forissier
Browse files

hikey.mk: update help text for 'make flash'

The EDK2/UEFI welcome message when booting into fastboot mode has
changed since a while ago [1], but we never updated it correspondingly
in our Makefile, so do it now.

LINK: [1] https://github.com/96boards-hikey/edk2/commit/f5d1102d7bf42ede641520c5c228a0e51139a58e


Signed-off-by: default avatarVictor Chong <victor.chong@linaro.org>
Signed-off-by: default avatarJerome Forissier <jerome@forissier.org>
Acked-by: default avatarJerome Forissier <jerome@forissier.org>
parent e388a723
No related branches found
No related tags found
No related merge requests found
...@@ -367,7 +367,8 @@ ifneq ($(FROM_RECOVERY),1) ...@@ -367,7 +367,8 @@ ifneq ($(FROM_RECOVERY),1)
@echo @echo
$(call flash_help) $(call flash_help)
@echo "3. Wait until you see the (UART) message" @echo "3. Wait until you see the (UART) message"
@echo " \"Android Fastboot mode - version x.x Press any key to quit.\"" @echo " \"Android Fastboot mode - version x.x.\""
@echo " Press RETURN or SPACE key to quit.\""
endif endif
@read -r -p "Then press enter to continue flashing" dummy @read -r -p "Then press enter to continue flashing" dummy
@echo @echo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment