1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-06 02:42:34 +00:00

meta-beagle: Fix TF-A machine name for badge

BeagleBadge board has been renamed to am62l3-badge
in the new TFA ti-tfa-2.14.y branch [0], so update
recipe TFA_BOARD accordingly.

[0] https://github.com/TexasInstruments/arm-trusted-firmware/commit/d203b8453905178252094416448de009931087e0

Signed-off-by: Judith Mendez <jm@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
Judith Mendez
2026-03-19 12:54:02 -05:00
committed by Ryan Eatmon
parent 9dc647e5b9
commit 5aa1c6ef15
+1 -1
View File
@@ -18,4 +18,4 @@ KERNEL_DEVICETREE = ""
UBOOT_MACHINE = "am62lx_badge_defconfig"
TFA_BOARD = "am62l-badge"
TFA_BOARD = "am62l3-badge"