arm: k3: config_secure.mk: Add tispl.bin to secure device builds
Build tispl.bin as well for secure device builds. Note this will be redundant post migration to binman Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
This commit is contained in:
parent
560bb2cb15
commit
453fcd7839
|
|
@ -68,6 +68,8 @@ ifeq ($(CONFIG_TI_SECURE_DEVICE),y)
|
||||||
SPL_ITS := u-boot-spl-k3_HS.its
|
SPL_ITS := u-boot-spl-k3_HS.its
|
||||||
$(SPL_ITS): export IS_HS=1
|
$(SPL_ITS): export IS_HS=1
|
||||||
INPUTS-y += tispl.bin_HS
|
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
|
else
|
||||||
SPL_ITS := u-boot-spl-k3.its
|
SPL_ITS := u-boot-spl-k3.its
|
||||||
INPUTS-y += tispl.bin
|
INPUTS-y += tispl.bin
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue