summaryrefslogtreecommitdiff
path: root/board/engicam/stm32mp1/Makefile
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-10-18 07:36:39 -0400
committerTom Rini <trini@konsulko.com>2022-10-18 07:36:39 -0400
commitd3031d442b941f059eb83bb67ca10a28a0539f9a (patch)
tree13a07d04d5ad600973b2d2086a8edaba35c5658c /board/engicam/stm32mp1/Makefile
parent17196e446b6ea11220c3e08cebff839f999e0185 (diff)
parentc37a6684818d41051c54f814863429536aa972be (diff)
Merge tag 'u-boot-stm32-20221018' of https://source.denx.de/u-boot/custodians/u-boot-stm
- stm32mp: fix compilation issue with DEBUG_UART - DT update : - Remove buck3 regulator-always-on on AV96 - Enable btrfs support on DHSOM - Drop extra newline from AV96 U-Boot extras DT - Add DHCOR based Testbench board - Fix and expand PLL configuration comments - update SCMI dedicated file
Diffstat (limited to 'board/engicam/stm32mp1/Makefile')
-rw-r--r--board/engicam/stm32mp1/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/engicam/stm32mp1/Makefile b/board/engicam/stm32mp1/Makefile
index 65560df2900..155d33f9eec 100644
--- a/board/engicam/stm32mp1/Makefile
+++ b/board/engicam/stm32mp1/Makefile
@@ -8,3 +8,5 @@ obj-y += spl.o
else
obj-y += stm32mp1.o
endif
+
+obj-$(CONFIG_DEBUG_UART_BOARD_INIT) += ../../st/stm32mp1/debug_uart.o