diff options
| author | Sjoerd Simons <[email protected]> | 2024-05-06 15:38:42 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-15 10:45:02 -0600 |
| commit | 6c33a83e80e443a615eebb1bd9d49781fdcd23e6 (patch) | |
| tree | a705eccb1fe81887f4fe922f31876281a29d84f4 | |
| parent | 92114d7c0a19a9719cfd821cf9e44a7fc090b2c1 (diff) | |
board: ti: am62x: am62x: include env for DFU
Include standard TI K3 dfu environment
Signed-off-by: Sjoerd Simons <[email protected]>
Reviewed-by: Alexander Sverdlin <[email protected]>
Reviewed-by: Mattijs Korpershoek <[email protected]>
Tested-by: Mattijs Korpershoek <[email protected]> # on beagle play
| -rw-r--r-- | board/ti/am62x/am62x.env | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/ti/am62x/am62x.env b/board/ti/am62x/am62x.env index 9cb186c2a03..09b9b16a3e5 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 |
