mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-04 18:00:36 +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:
@@ -9,5 +9,5 @@ UBOOT_MACHINE:tie-test-builds = ""
|
|||||||
|
|
||||||
UBOOT_CONFIG = ""
|
UBOOT_CONFIG = ""
|
||||||
UBOOT_CONFIG:prepend:tie-test-builds = "usbdfu main"
|
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"
|
UBOOT_CONFIG[usbdfu] = "am65x_evm_r5_usbdfu_defconfig"
|
||||||
|
|||||||
Reference in New Issue
Block a user