summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2021-05-10 15:23:34 +0300
committerLeo Yu-Chi Liang <ycliang@andestech.com>2021-05-19 12:01:50 +0300
commit73c2a8fb682e2713cb117d87cc6dc7a811d5777d (patch)
tree56763693b8b2eb32b8941b505b4e2cfea7047170 /Makefile
parent4c4d6077d319d31d2224d9ee80603c82f9f56244 (diff)
downloadu-boot-73c2a8fb682e2713cb117d87cc6dc7a811d5777d.tar.xz
makefile: Pass OpenSBI blob to binman make rules
This updates the make rules to pass OpenSBI blob to binman. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3a6cd15460..7d2eda5cbe 100644
--- a/Makefile
+++ b/Makefile
@@ -1285,6 +1285,7 @@ cmd_binman = $(srctree)/tools/binman/binman $(if $(BINMAN_DEBUG),-D) \
-I . -I $(srctree) -I $(srctree)/board/$(BOARDDIR) \
-I arch/$(ARCH)/dts -a of-list=$(CONFIG_OF_LIST) \
-a atf-bl31-path=${BL31} \
+ -a opensbi-path=${OPENSBI} \
-a default-dt=$(default_dt) \
-a scp-path=$(SCP) \
-a spl-bss-pad=$(if $(CONFIG_SPL_SEPARATE_BSS),,1) \