From 7ec8eadba6d29d8f330fe4c957de6eeb42ed32ac Mon Sep 17 00:00:00 2001 From: Siddharth Vadapalli Date: Tue, 26 Nov 2024 17:33:19 +0530 Subject: [PATCH] board: ti: am62ax: env: include environment for DFU Include the TI K3 DFU environment to support DFU Boot and DFU Flash. Signed-off-by: Siddharth Vadapalli Reviewed-by: Roger Quadros --- 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 #include +#include #if CONFIG_CMD_REMOTEPROC #include #endif -- 2.39.5