From 36901e8b0f760f4ae2280ff5f6cbd4dc76a0beba Mon Sep 17 00:00:00 2001 From: Ryan Eatmon Date: Fri, 20 Mar 2026 14:10:49 -0500 Subject: [PATCH] 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 --- meta-ti-bsp/conf/machine/am65xx-evm-k3r5.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ti-bsp/conf/machine/am65xx-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am65xx-evm-k3r5.conf index 4450ef57..4ceb81af 100644 --- a/meta-ti-bsp/conf/machine/am65xx-evm-k3r5.conf +++ b/meta-ti-bsp/conf/machine/am65xx-evm-k3r5.conf @@ -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"