git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7af18fc
)
board: ti: am62ax: env: include environment for DFU
author
Siddharth Vadapalli
<s-vadapalli@ti.com>
Tue, 26 Nov 2024 12:03:19 +0000
(17:33 +0530)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/board/ti/am62ax/am62ax.env
b/board/ti/am62ax/am62ax.env
index
97122fb
..
96d9e1e
100644
(file)
--- 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