Skip to content

Commit 35c42dd

Browse files
committed
soc: st: stm32wba: TF-M does not support BL2 for WBA65x
Enable TFM_BL2_NOT_SUPPORTED configuration for STM32WBA65x SoC since TF-M does not implement the BL2 boot stage for this SoC series. Signed-off-by: Etienne Carriere <[email protected]>
1 parent 05f70dd commit 35c42dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

soc/st/stm32/stm32wbax/Kconfig.defconfig.stm32wba65xx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ if SOC_STM32WBA65XX
88
config NUM_IRQS
99
default 82
1010

11+
config TFM_BL2_NOT_SUPPORTED
12+
default y
13+
1114
endif # SOC_STM32WBA65XX

0 commit comments

Comments
 (0)