
3 Dec
2024
3 Dec
'24
10:37 a.m.
Include the TI K3 DFU environment to support DFU Boot and DFU Flash.
Signed-off-by: Siddharth Vadapalli s-vadapalli@ti.com ---
v1: https://patchwork.ozlabs.org/project/uboot/list/?series=434253&state=%2A... No changes since v1.
board/ti/am62ax/am62ax.env | 1 + 1 file changed, 1 insertion(+)
diff --git a/board/ti/am62ax/am62ax.env b/board/ti/am62ax/am62ax.env index 97122fb57ba..96d9e1e2797 100644 --- a/board/ti/am62ax/am62ax.env +++ b/board/ti/am62ax/am62ax.env @@ -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
--
2.43.0