summaryrefslogtreecommitdiff
path: root/board/phytec
diff options
context:
space:
mode:
authorWadim Egorov <[email protected]>2025-03-05 05:58:31 +0100
committerTom Rini <[email protected]>2025-03-18 08:12:53 -0600
commit7719682164ee3d8a21e3b5d62d8eb28f0acbd45d (patch)
treeed566ae8a9ceaf8c552cbfcb74149ef71ae61090 /board/phytec
parentadf4d5e9e8ddf8a02cd2cea4f4d19944583654bb (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 <[email protected]>
Diffstat (limited to 'board/phytec')
-rw-r--r--board/phytec/phycore_am62x/phycore_am62x.env2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/phytec/phycore_am62x/phycore_am62x.env b/board/phytec/phycore_am62x/phycore_am62x.env
index 711ca3040c4..a0eacd1dfc3 100644
--- a/board/phytec/phycore_am62x/phycore_am62x.env
+++ b/board/phytec/phycore_am62x/phycore_am62x.env
@@ -1,4 +1,4 @@
-#include <env/ti/k3_dfu.env>
+#include <env/phytec/k3_dfu.env>
#include <env/phytec/k3_mmc.env>
#include <env/phytec/k3_net.env>
#include <env/phytec/k3_spi.env>