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 <[email protected]> --- 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" -- 2.39.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#20071): https://lists.yoctoproject.org/g/meta-ti/message/20071 Mute This Topic: https://lists.yoctoproject.org/mt/119963157/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
