]> git.ipfire.org Git - thirdparty/u-boot.git/commit
ARM: stm32: Add missing build of debug UART init code on DH STM32MP1 DHSOM
authorMarek Vasut <marek.vasut@mailbox.org>
Tue, 18 Nov 2025 23:17:23 +0000 (00:17 +0100)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 5 Dec 2025 10:39:20 +0000 (11:39 +0100)
commit43ccade842e233862975ff16c04890526f5bcf8b
treef19e4636575edd01a1ce2f6708f231ca2c0c98ef
parent7dc33dd3b1d405ef16825fa3e0cfed2b7c98164a
ARM: stm32: Add missing build of debug UART init code on DH STM32MP1 DHSOM

Commit c37a6684818d ("stm32mp: fix compilation issue with DEBUG_UART")
split the debug UART initialization code into two files, but failed to
update other non-ST boards. This did not lead to noticeable breakage
until debug UART is enabled, which is not the default. Update the
Makefile accordingly to allow debug UART to work.

Fixes: c37a6684818d ("stm32mp: fix compilation issue with DEBUG_UART")
Signed-off-by: Marek Vasut <marek.vasut@mailbox.org>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
board/dhelectronics/dh_stm32mp1/Makefile