diff options
| author | Ryan Eatmon <reatmon@ti.com> | 2026-03-20 14:10:49 -0500 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2026-03-20 14:21:11 -0500 |
| commit | 36901e8b0f760f4ae2280ff5f6cbd4dc76a0beba (patch) | |
| tree | 3dd42d5bee1e0a4596c7f3061e0b44723d3605cd /meta-ti-bsp | |
| parent | 2537d1cce4cd25d0fac27a318ff643a86f6a7e4d (diff) | |
| download | meta-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.conf | 2 |
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 | ||
| 10 | UBOOT_CONFIG = "" | 10 | UBOOT_CONFIG = "" |
| 11 | UBOOT_CONFIG:prepend:tie-test-builds = "usbdfu main" | 11 | UBOOT_CONFIG:prepend:tie-test-builds = "usbdfu main" |
| 12 | UBOOT_CONFIG[main] = "am62x_evm_r5_defconfig" | 12 | UBOOT_CONFIG[main] = "am65x_evm_r5_defconfig" |
| 13 | UBOOT_CONFIG[usbdfu] = "am65x_evm_r5_usbdfu_defconfig" | 13 | UBOOT_CONFIG[usbdfu] = "am65x_evm_r5_usbdfu_defconfig" |
