diff mbox series

[3/4] meta-ti-bsp: conf: machine: j721s2: Update SPL_BINARY

Message ID 20230407115107.839204-4-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/j721s2-evm.conf | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-ti-bsp/conf/machine/j721s2-evm.conf b/meta-ti-bsp/conf/machine/j721s2-evm.conf
index bef5684f..100008f0 100644
--- a/meta-ti-bsp/conf/machine/j721s2-evm.conf
+++ b/meta-ti-bsp/conf/machine/j721s2-evm.conf
@@ -20,6 +20,8 @@  KERNEL_DEVICETREE = " \
 
 UBOOT_MACHINE = "j721s2_evm_a72_defconfig"
 
+SPL_BINARY = "tispl.bin_HS"
+
 # Default tiboot3.bin on J721S2 is for GP
 BBMULTICONFIG = "k3r5-gp"
 do_image_complete[mcdepends] = "mc::k3r5-gp:ti-sci-fw:do_deploy"