From a978baef668f8b672fbf9b69fab72ed91ffe5ef1 Mon Sep 17 00:00:00 2001 From: Ryan Eatmon Date: Tue, 13 Sep 2022 03:55:07 +0000 Subject: conf: machine: wic: Fix j721s2-hs-evm image boot partition This patch is to align with a recent change to how the HS platforms are setup in the /boot partition. Signed-off-by: Ryan Eatmon Signed-off-by: Denys Dmytriyenko Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/j721s2-hs-evm.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta-ti-bsp/conf/machine/j721s2-hs-evm.conf') diff --git a/meta-ti-bsp/conf/machine/j721s2-hs-evm.conf b/meta-ti-bsp/conf/machine/j721s2-hs-evm.conf index 43fb2ebc..7ffad45a 100644 --- a/meta-ti-bsp/conf/machine/j721s2-hs-evm.conf +++ b/meta-ti-bsp/conf/machine/j721s2-hs-evm.conf @@ -15,8 +15,7 @@ UBOOT_DTBO_LOADADDRESS = "0x83080000" UBOOT_DTBO_OFFSET = "0x00010000" SPL_BINARY = "tispl.bin_HS" -SPL_BINARYNAME = "tispl.bin" UBOOT_BINARY = "u-boot.img_HS" -IMAGE_BOOT_FILES = "${UBOOT_BINARY}" +UBOOT_SYMLINK = "u-boot.img" TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_K3}" -- cgit v1.2.3-54-g00ecf