summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2026-03-20 14:10:49 -0500
committerRyan Eatmon <reatmon@ti.com>2026-03-20 14:21:11 -0500
commit36901e8b0f760f4ae2280ff5f6cbd4dc76a0beba (patch)
tree3dd42d5bee1e0a4596c7f3061e0b44723d3605cd /meta-ti-bsp
parent2537d1cce4cd25d0fac27a318ff643a86f6a7e4d (diff)
downloadmeta-ti-master-next.tar.gz
am65xx-evm-k3r5.conf: Fix defconfig for the main buildmaster-next
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>
Diffstat (limited to 'meta-ti-bsp')
-rw-r--r--meta-ti-bsp/conf/machine/am65xx-evm-k3r5.conf2
1 files changed, 1 insertions, 1 deletions
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 = ""
9 9
10UBOOT_CONFIG = "" 10UBOOT_CONFIG = ""
11UBOOT_CONFIG:prepend:tie-test-builds = "usbdfu main" 11UBOOT_CONFIG:prepend:tie-test-builds = "usbdfu main"
12UBOOT_CONFIG[main] = "am62x_evm_r5_defconfig" 12UBOOT_CONFIG[main] = "am65x_evm_r5_defconfig"
13UBOOT_CONFIG[usbdfu] = "am65x_evm_r5_usbdfu_defconfig" 13UBOOT_CONFIG[usbdfu] = "am65x_evm_r5_usbdfu_defconfig"