board: ti: am62ax: env: include environment for DFU
authorSiddharth Vadapalli <s-vadapalli@ti.com>
Tue, 26 Nov 2024 12:03:19 +0000 (17:33 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 13 Dec 2024 20:14:25 +0000 (14:14 -0600)
Include the TI K3 DFU environment to support DFU Boot and DFU Flash.

Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
Reviewed-by: Roger Quadros <rogerq@kernel.org>
board/ti/am62ax/am62ax.env

index 97122fb..96d9e1e 100644 (file)
@@ -1,5 +1,6 @@
 #include <env/ti/ti_common.env>
 #include <env/ti/mmc.env>
+#include <env/ti/k3_dfu.env>
 #if CONFIG_CMD_REMOTEPROC
 #include <env/ti/k3_rproc.env>
 #endif