]> git.ipfire.org Git - thirdparty/u-boot.git/commit
env: ti: k3_dfu: load only the next stage binary
authorAnshul Dalal <anshuld@ti.com>
Mon, 18 May 2026 08:22:52 +0000 (13:52 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 29 May 2026 20:02:18 +0000 (14:02 -0600)
commit2b6d243be22885e6f54eb79724c9d54db1ad03b4
tree78610ee41076ecc3e4a6a3577f94e014f2796573
parenta6f6947e43fba91de3ec5d0390eee7eb1a6a80f7
env: ti: k3_dfu: load only the next stage binary

In the TI's K3 bootflow of tiboot3.bin -> tispl.bin -> u-boot.img:
                             (R5 SPL)      (A53 SPL)

We currently provide a common dfu_alt_info_ram for both R5 SPL and A53
SPL which is not intuitive in a regular bootflow where each binary
should only request it's immediate next stage.

This patch updates dfu_alt_info_ram such that the R5 SPL would only
request for tispl.bin and A53 SPL would only request u-boot.img.

Signed-off-by: Anshul Dalal <anshuld@ti.com>
board/ti/am62x/am6254atl.env
include/env/ti/k3_dfu.env