summaryrefslogtreecommitdiff
path: root/board/st/common/Makefile
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-05-26 08:22:05 -0600
committerTom Rini <[email protected]>2026-05-26 08:22:05 -0600
commit987907ae4bcc5d6055bdf7d318a3edf53e14d5fa (patch)
tree0d4ea092dd4d24e898fb0ec61e3426ed47feac91 /board/st/common/Makefile
parent76d62273bc8a5dc126ed79ed0fb65e5a97359577 (diff)
parent0c035ff60c1e8caee7fccd2673ce75380dee825b (diff)
Merge tag 'u-boot-stm32-20260526' of https://source.denx.de/u-boot/custodians/u-boot-stmHEADmaster
CI: https://source.denx.de/u-boot/custodians/u-boot-stm/-/pipelines/30256 - Add support dynamic A/B bank bootup for STM32MP15 - Increase SYS_MALLOC_F_LEN for stm32mp15_defconfig to fix boot with optee-4.10.0 - Enable Arm SMC watchdog for STM32MP1 - Update part number for TM32MP251/3 SoC's family
Diffstat (limited to 'board/st/common/Makefile')
-rw-r--r--board/st/common/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/st/common/Makefile b/board/st/common/Makefile
index 122b13c3aa8..36dfaddfa0e 100644
--- a/board/st/common/Makefile
+++ b/board/st/common/Makefile
@@ -9,6 +9,7 @@ obj-$(CONFIG_PMIC_STPMIC1) += stpmic1.o
ifeq ($(CONFIG_ARCH_STM32MP),y)
obj-$(CONFIG_SET_DFU_ALT_INFO) += stm32mp_dfu.o
obj-$(CONFIG_$(PHASE_)DFU_VIRT) += stm32mp_dfu_virt.o
+obj-$(CONFIG_FWU_MULTI_BANK_UPDATE) += stm32mp_fwu.o
endif
obj-$(CONFIG_TYPEC_STUSB160X) += stusb160x.o