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>
This commit is contained in:
Wadim Egorov
2025-03-05 05:58:31 +01:00
committed by Tom Rini
parent adf4d5e9e8
commit 7719682164
2 changed files with 4 additions and 1 deletions

View File

@@ -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>

3
include/env/phytec/k3_dfu.env vendored Normal file
View File

@@ -0,0 +1,3 @@
dfu_alt_info_ram=
tispl.bin ram 0x80080000 0x200000;
u-boot.img ram 0x81000000 0x400000