1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-04 09:50:32 +00:00

am65xx-evm-k3r5.conf: Fix defconfig for the main build

A copy/paste error set the wrong defconfig for the main build when
setting up the test build flow.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
Ryan Eatmon
2026-03-20 14:10:49 -05:00
parent 2537d1cce4
commit 36901e8b0f
@@ -9,5 +9,5 @@ UBOOT_MACHINE:tie-test-builds = ""
UBOOT_CONFIG = ""
UBOOT_CONFIG:prepend:tie-test-builds = "usbdfu main"
UBOOT_CONFIG[main] = "am62x_evm_r5_defconfig"
UBOOT_CONFIG[main] = "am65x_evm_r5_defconfig"
UBOOT_CONFIG[usbdfu] = "am65x_evm_r5_usbdfu_defconfig"