summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ti-bsp')
-rw-r--r--meta-ti-bsp/conf/machine/j722s-evm-k3r5.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/j722s-evm-k3r5.conf b/meta-ti-bsp/conf/machine/j722s-evm-k3r5.conf
index fcdf3e8a..5df4edfe 100644
--- a/meta-ti-bsp/conf/machine/j722s-evm-k3r5.conf
+++ b/meta-ti-bsp/conf/machine/j722s-evm-k3r5.conf
@@ -5,3 +5,11 @@
5require conf/machine/include/k3r5.inc 5require conf/machine/include/k3r5.inc
6 6
7UBOOT_MACHINE = "j722s_evm_r5_defconfig" 7UBOOT_MACHINE = "j722s_evm_r5_defconfig"
8UBOOT_MACHINE:tie-test-builds = ""
9
10UBOOT_CONFIG = "main"
11UBOOT_CONFIG:prepend:tie-test-builds = "usbdfu "
12UBOOT_CONFIG[main] = "j722s_evm_r5_defconfig"
13UBOOT_CONFIG[usbdfu] = "j722s_evm_r5_defconfig"
14
15UBOOT_CONFIG_FRAGMENTS[usbdfu] = "am62x_r5_usbdfu.config"