diff options
author | Andrew Davis <afd@ti.com> | 2025-05-22 16:07:12 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-05-28 10:29:51 -0500 |
commit | ca00f2045a3538d1bd1669accea5394d3e12d8d4 (patch) | |
tree | 569e2b668b3203bee8e31c62afd8a4087810e5fb | |
parent | b134e5c23761ed3a9d06d0aa372e910025838ade (diff) | |
download | meta-ti-ca00f2045a3538d1bd1669accea5394d3e12d8d4.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.inc | 3 |
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 | ||
4 | MACHINE_FEATURES += "screen" | 4 | MACHINE_FEATURES += "screen" |
5 | 5 | ||
6 | # Default tiboot3.bin on AM62L is for HS-FS | ||
7 | IMAGE_BOOT_FILES += "tiboot3-am62lx-hs-fs-evm.bin" | ||
8 | |||
9 | TFA_BOARD = "am62l" | 6 | TFA_BOARD = "am62l" |
10 | TFA_K3_SYSTEM_SUSPEND = "1" | 7 | TFA_K3_SYSTEM_SUSPEND = "1" |
11 | 8 | ||