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 <[email protected]> --- meta-ti-bsp/conf/machine/j721s2-evm.conf | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16323): https://lists.yoctoproject.org/g/meta-ti/message/16323 Mute This Topic: https://lists.yoctoproject.org/mt/98122915/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
