mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-23 20:24:26 +08:00
Makefile: Provide VPL devicetree and padding to binman
Provide these parameters to binman so that it can produce images targeted at VPL. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
34d4a5df1b
commit
5e7da044ba
2
Makefile
2
Makefile
@ -1388,8 +1388,10 @@ cmd_binman = $(srctree)/tools/binman/binman $(if $(BINMAN_DEBUG),-D) \
|
||||
-a rockchip-tpl-path=$(ROCKCHIP_TPL) \
|
||||
-a spl-bss-pad=$(if $(CONFIG_SPL_SEPARATE_BSS),,1) \
|
||||
-a tpl-bss-pad=$(if $(CONFIG_TPL_SEPARATE_BSS),,1) \
|
||||
-a vpl-bss-pad=$(if $(CONFIG_VPL_SEPARATE_BSS),,1) \
|
||||
-a spl-dtb=$(CONFIG_SPL_OF_REAL) \
|
||||
-a tpl-dtb=$(CONFIG_TPL_OF_REAL) \
|
||||
-a vpl-dtb=$(CONFIG_VPL_OF_REAL) \
|
||||
-a pre-load-key-path=${PRE_LOAD_KEY_PATH} \
|
||||
$(BINMAN_$(@F))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user