summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2025-05-22 16:07:12 -0500
committerRyan Eatmon <reatmon@ti.com>2025-05-28 10:29:57 -0500
commit342012483c9e05fd35689a9de0f16a9d4f123a19 (patch)
tree543bde31345c60d9c473fad3ab3b0272bc65bcb5
parentffa83503ebf27ff185ff406d9fcd06cc0eec7be0 (diff)
downloadmeta-ti-342012483c9e05fd35689a9de0f16a9d4f123a19.tar.gz
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 <afd@ti.com> Acked-by: Chirag Shilwant <c-shilwant@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/conf/machine/include/am62lxx.inc3
1 files changed, 0 insertions, 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"
3 3
4MACHINE_FEATURES += "screen" 4MACHINE_FEATURES += "screen"
5 5
6# Default tiboot3.bin on AM62L is for HS-FS
7IMAGE_BOOT_FILES += "tiboot3-am62lx-hs-fs-evm.bin"
8
9TFA_BOARD = "am62l" 6TFA_BOARD = "am62l"
10TFA_K3_SYSTEM_SUSPEND = "1" 7TFA_K3_SYSTEM_SUSPEND = "1"
11 8