1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-15 22:08:39 +00:00

am62lxx: Use upstream TF-A board name

Upstream the BOARD name for the EVM is "am62lx-evm". Our downstream
used just "am62lx" but was updated to optionally also work with the
same name as upstream. This allows for easier migration. Switch to
using the upstream-safe name here for the EVM. This will need to
be done anyway when we switch to upstream-only for TF-A, doing it
now just makes it easier to switch between the two.

The other AM62L based boards already override the default with their
correct BOARD names, and now that the EVM does too, drop the default.
All boards will need their own BOARD name as TF-A does DRAM config
which is board specific, so dropping the default prevents mistakenly
not updating this name and causing hard to debug DRAM/boot issues.

Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
Andrew Davis
2026-06-24 14:39:10 -05:00
committed by Ryan Eatmon
parent c54a762476
commit 68393a8b20
2 changed files with 2 additions and 1 deletions
@@ -24,3 +24,5 @@ UBOOT_RD_LOADADDRESS = "0x84000000"
UBOOT_RD_ENTRYPOINT = "0x84000000"
UBOOT_DTB_LOADADDRESS = "0x84f00000"
UBOOT_DTBO_LOADADDRESS = "0x84f80000"
TFA_BOARD = "am62lx-evm"
@@ -5,7 +5,6 @@ MACHINE_FEATURES += "screen"
SERIAL_CONSOLES = "115200;ttyS0"
TFA_BOARD = "am62lx"
TFA_PLATFORM = "k3low"
OPTEEMACHINE = "k3-am62lx"