]> git.ipfire.org Git - thirdparty/u-boot.git/commit
ARM: stm32: Add missing build of ST DFU virt code on DH STM32MP1 DHSOM
authorMarek Vasut <marek.vasut@mailbox.org>
Fri, 31 Oct 2025 04:16:09 +0000 (05:16 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 17 Nov 2025 16:45:00 +0000 (10:45 -0600)
commitda9e7637df05c62d59fcfdb2c72bfd92bd7da92b
tree435ec19025495d071be25c33b3542b7b3a980055
parentf65ca70193c1e7426303075c046277864a00896b
ARM: stm32: Add missing build of ST DFU virt code on DH STM32MP1 DHSOM

Commit 6d91f0a3a14d ("board: st: common: cleanup dfu support") split
the vendor-specific DFU implementation into two files, but failed to
update other non-ST boards. This did not lead to noticeable breakage
with plain simple dfu-util, but it makes the ST proprietary programmer
CLI tool end in an infinite loop. Update the Makefile accordingly to
allow even that kind of tooling to work.

Fixes: 6d91f0a3a14d ("board: st: common: cleanup dfu support")
Signed-off-by: Marek Vasut <marek.vasut@mailbox.org>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
board/dhelectronics/dh_stm32mp1/Makefile