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

hikey960: update name of recovery files (hisi-*)

The files used by "make recovery" have been renamed [1].

Link: [1] https://github.com/96boards-hikey/tools-images-hikey960/commit/b5ae2c13438e


Signed-off-by: default avatarJerome Forissier <jerome.forissier@linaro.org>
Acked-by: default avatarJens Wiklander <jens.wiklander@linaro.org>
parent 93758cc1
No related branches found
No related tags found
No related merge requests found
......@@ -282,8 +282,8 @@ endef
.PHONY: recov_cfg
recov_cfg:
@echo "./sec_usb_xloader.img 0x00020000" > $(IMAGE_TOOLS_CONFIG)
@echo "./sec_uce_boot.img 0x6A908000" >> $(IMAGE_TOOLS_CONFIG)
@echo "./hisi-sec_usb_xloader.img 0x00020000" > $(IMAGE_TOOLS_CONFIG)
@echo "./hisi-sec_uce_boot.img 0x6A908000" >> $(IMAGE_TOOLS_CONFIG)
@echo "./recovery.bin 0x1AC00000" >> $(IMAGE_TOOLS_CONFIG)
.PHONY: recovery
......
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