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

hikey_debian: add missing arm-tf and atf-fb dependencies to l-loader


Signed-off-by: default avatarVictor Chong <victor.chong@linaro.org>
Reviewed-by: default avatarJoakim Bech <joakim.bech@linaro.org>
parent a51a404e
No related branches found
No related tags found
No related merge requests found
......@@ -353,7 +353,7 @@ system-img-cleaner:
# l-loader
################################################################################
.PHONY: lloader
lloader:
lloader: arm-tf atf-fb
cd $(LLOADER_PATH) && \
ln -sf $(ARM_TF_PATH)/build/hikey/$(ARM_TF_BUILD)/bl1.bin && \
ln -sf $(ATF_FB_PATH)/build/hikey/$(ATF_FB_BUILD)/bl1.bin fastboot.bin && \
......
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