diff options
author | Wadim Egorov <w.egorov@phytec.de> | 2025-03-05 05:58:31 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-03-18 08:12:53 -0600 |
commit | 7719682164ee3d8a21e3b5d62d8eb28f0acbd45d (patch) | |
tree | ed566ae8a9ceaf8c552cbfcb74149ef71ae61090 /include | |
parent | adf4d5e9e8ddf8a02cd2cea4f4d19944583654bb (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>
Diffstat (limited to 'include')
-rw-r--r-- | include/env/phytec/k3_dfu.env | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/env/phytec/k3_dfu.env b/include/env/phytec/k3_dfu.env new file mode 100644 index 00000000000..0cba87da99d --- /dev/null +++ b/include/env/phytec/k3_dfu.env @@ -0,0 +1,3 @@ +dfu_alt_info_ram= + tispl.bin ram 0x80080000 0x200000; + u-boot.img ram 0x81000000 0x400000 |