[PATCH v4 3/7] board: ti: am62x: am62x: include env for DFU

Mattijs Korpershoek mkorpershoek at baylibre.com
Tue Jan 16 11:57:22 CET 2024


Hi Sjoerd,

Thank you for the patch.

On ven., janv. 12, 2024 at 09:52, Sjoerd Simons <sjoerd at collabora.com> wrote:

> Include standard TI K3 dfu environment
>
> Signed-off-by: Sjoerd Simons <sjoerd at collabora.com>

Reviewed-by: Mattijs Korpershoek <mkorpershoek at baylibre.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