Skip to content

Commit df12df3

Browse files
joerchancarlescufi
authored andcommitted
modules: trusted-firmware-m: Remove setting of removed cmake option
Remove setting of the TFM_LIB_MODEL option for IPC and SFN models. This option is removed together with the library model. Signed-off-by: Joakim Andersson <[email protected]>
1 parent 5c97bb5 commit df12df3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/trusted-firmware-m/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ set(TFM_CRYPTO_MODULES
3131

3232

3333
if (CONFIG_BUILD_WITH_TFM)
34-
list(APPEND TFM_CMAKE_ARGS -DTFM_LIB_MODEL=OFF)
3534
# PSA API awareness for the Non-Secure application
3635
target_compile_definitions(app PRIVATE "TFM_PSA_API")
3736
if (CONFIG_TFM_SFN)

0 commit comments

Comments
 (0)