[PATCH v4 3/7] board: ti: am62x: am62x: include env for DFU
Sjoerd Simons
sjoerd at collabora.com
Fri Jan 12 09:52:18 CET 2024
Include standard TI K3 dfu environment
Signed-off-by: Sjoerd Simons <sjoerd at collabora.com>
---
(no changes since v3)
Changes in v3:
- Add dfu via environment rather then config headers
Changes in v2:
- Minimize config changes to just DFU configuration
board/ti/am62x/am62x.env | 1 +
1 file changed, 1 insertion(+)
diff --git a/board/ti/am62x/am62x.env b/board/ti/am62x/am62x.env
index e53a55c38fb..0651b9cd7cb 100644
--- a/board/ti/am62x/am62x.env
+++ b/board/ti/am62x/am62x.env
@@ -1,6 +1,7 @@
#include <env/ti/ti_common.env>
#include <env/ti/default_findfdt.env>
#include <env/ti/mmc.env>
+#include <env/ti/k3_dfu.env>
name_kern=Image
console=ttyS2,115200n8
--
2.43.0
More information about the U-Boot
mailing list