arm: k3: config.mk: Add missing dependencies on tispl.bin HS
When building for secure devices using non-buildman based image generation the signed tispl.bin file is called tispl.bin_HS. Also build the unsigned tispl.bin file as expected. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
This commit is contained in:
parent
020520bbc1
commit
c0d00bd120
1 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,8 @@ ifeq ($(CONFIG_TI_SECURE_DEVICE),y)
|
|||
SPL_ITS := u-boot-spl-k3_HS.its
|
||||
$(SPL_ITS): export IS_HS=1
|
||||
INPUTS-y += tispl.bin_HS
|
||||
INPUTS-y += tispl.bin
|
||||
tispl.bin: $(obj)/u-boot-spl-nodtb.bin_HS $(patsubst %,$(obj)/dts/%.dtb_HS,$(subst ",,$(CONFIG_SPL_OF_LIST)))
|
||||
else
|
||||
SPL_ITS := u-boot-spl-k3.its
|
||||
INPUTS-y += tispl.bin
|
||||
|
|
Loading…
Reference in a new issue