diff mbox series

[1/4] meta-ti-bsp: conf: machine: j7200: Update SPL_BINARY

Message ID 20230407115107.839204-2-u-kumar1@ti.com
State Superseded
Delegated to: Ryan Eatmon
Headers show
Series conf update for J7200 and J721S2 | expand

Commit Message

Kumar, Udit April 7, 2023, 11:51 a.m. UTC
u-boot 2023.4 merged SPL build target for HS and GP
as tispl.bin_HS.
This patch updates SPL_BINARY to align with u-boot.

Signed-off-by: Udit Kumar <u-kumar1@ti.com>
---
 meta-ti-bsp/conf/machine/j7200-evm.conf | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-ti-bsp/conf/machine/j7200-evm.conf b/meta-ti-bsp/conf/machine/j7200-evm.conf
index b17b65b7..e4a4ca01 100644
--- a/meta-ti-bsp/conf/machine/j7200-evm.conf
+++ b/meta-ti-bsp/conf/machine/j7200-evm.conf
@@ -14,3 +14,5 @@  KERNEL_DEVICETREE = " \
 "
 
 UBOOT_MACHINE = "j7200_evm_a72_config"
+
+SPL_BINARY = "tispl.bin_HS"