[PATCH v5 2/6] board: ti: am62x: am62x: include env for DFU

Martyn Welch martyn.welch at collabora.com
Mon May 6 16:38:42 CEST 2024


From: Sjoerd Simons <sjoerd at collabora.com>

Include standard TI K3 dfu environment

Signed-off-by: Sjoerd Simons <sjoerd at collabora.com>
Reviewed-by: Alexander Sverdlin <alexander.sverdlin at siemens.com>
Reviewed-by: Mattijs Korpershoek <mkorpershoek at baylibre.com>
Tested-by: Mattijs Korpershoek <mkorpershoek at baylibre.com> # on beagle play
---
(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 9cb186c2a0..09b9b16a3e 100644
--- a/board/ti/am62x/am62x.env
+++ b/board/ti/am62x/am62x.env
@@ -1,5 +1,6 @@
 #include <env/ti/ti_common.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