Skip to content

Commit 1dcdc85

Browse files
oyvindronningstadmbolivar-nordic
authored andcommitted
[nrf temphack] tfm: Kconfig: Disable TFM_BL2 when using CryptoCell
There is a regression in nrf_security with regards to building BL2 and Crypto Services making the BL2 non-functional. This will be resolved later. Note: this commit reapplies da17ae6 which was lost in another commit. Signed-off-by: Øyvind Rønningstad <[email protected]> (cherry picked from commit bfd1376)
1 parent a9993c7 commit 1dcdc85

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/trusted-firmware-m/Kconfig.tfm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,12 @@ config TFM_ISOLATION_LEVEL
142142
config TFM_BL2
143143
bool "Add MCUboot to TFM"
144144
default y
145+
depends on !NORDIC_SECURITY_BACKEND
145146
help
146147
TFM is designed to run with MCUboot in a certain configuration.
147148
This config adds MCUboot to the build - built via TFM's build system.
149+
We currently do not support builds with MCUboot and TF-M if the
150+
Nordic Security backend is used.
148151

149152
config TFM_MCUBOOT_IMAGE_NUMBER
150153
int "Granularity of FW updates of TFM and app"

0 commit comments

Comments
 (0)