From 68393a8b20fb451c981d1e2cfc9c970741129c66 Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Wed, 24 Jun 2026 14:39:10 -0500 Subject: [PATCH] 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 Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/am62lxx-evm.conf | 2 ++ meta-ti-bsp/conf/machine/include/am62lxx.inc | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-ti-bsp/conf/machine/am62lxx-evm.conf b/meta-ti-bsp/conf/machine/am62lxx-evm.conf index 677d6955..5104549a 100644 --- a/meta-ti-bsp/conf/machine/am62lxx-evm.conf +++ b/meta-ti-bsp/conf/machine/am62lxx-evm.conf @@ -24,3 +24,5 @@ UBOOT_RD_LOADADDRESS = "0x84000000" UBOOT_RD_ENTRYPOINT = "0x84000000" UBOOT_DTB_LOADADDRESS = "0x84f00000" UBOOT_DTBO_LOADADDRESS = "0x84f80000" + +TFA_BOARD = "am62lx-evm" diff --git a/meta-ti-bsp/conf/machine/include/am62lxx.inc b/meta-ti-bsp/conf/machine/include/am62lxx.inc index b626119a..99f968f3 100644 --- a/meta-ti-bsp/conf/machine/include/am62lxx.inc +++ b/meta-ti-bsp/conf/machine/include/am62lxx.inc @@ -5,7 +5,6 @@ MACHINE_FEATURES += "screen" SERIAL_CONSOLES = "115200;ttyS0" -TFA_BOARD = "am62lx" TFA_PLATFORM = "k3low" OPTEEMACHINE = "k3-am62lx"