From 342012483c9e05fd35689a9de0f16a9d4f123a19 Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Thu, 22 May 2025 16:07:12 -0500 Subject: meta-ti-bsp: am62lxx: Do not deploy extra tiboot3.bin copy For AM62L there is no GP and both HS sub-types are supported by the same TIFS. This means we do not need multiple versions of tiboot3.bin. So no need to deploy an additional version which is identical to the default tiboot3.bin already deployed. Signed-off-by: Andrew Davis Acked-by: Chirag Shilwant Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/include/am62lxx.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-ti-bsp/conf/machine/include/am62lxx.inc b/meta-ti-bsp/conf/machine/include/am62lxx.inc index d3bc81df..b4f0b8c9 100644 --- a/meta-ti-bsp/conf/machine/include/am62lxx.inc +++ b/meta-ti-bsp/conf/machine/include/am62lxx.inc @@ -3,9 +3,6 @@ SOC_FAMILY:append = ":am62lxx" MACHINE_FEATURES += "screen" -# Default tiboot3.bin on AM62L is for HS-FS -IMAGE_BOOT_FILES += "tiboot3-am62lx-hs-fs-evm.bin" - TFA_BOARD = "am62l" TFA_K3_SYSTEM_SUSPEND = "1" -- cgit v1.2.3-54-g00ecf