commit | 701c88bf077362b7aead557ab2bf02c4788a05ad | [log] [tgz] |
---|---|---|
author | Wadim Egorov <w.egorov@phytec.de> | Wed Mar 05 05:58:31 2025 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 18 08:12:53 2025 -0600 |
tree | ed566ae8a9ceaf8c552cbfcb74149ef71ae61090 | |
parent | d95afc096b97399daa00a8b92ae28ebafffb8f8b [diff] |
board: phytec: phycore_am62x: Use custom k3_dfu.env fragment TI's k3_dfu.env includes redundant dfu_alt_info_* data, some of which is incompatible with our board configuration. Replace it with a custom variant that better aligns with our setup, ensuring correct offsets and eliminating unnecessary entries. Signed-off-by: Wadim Egorov <w.egorov@phytec.de>