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 <joakim.andersson@nordicsemi.no>
This commit is contained in:
Joakim Andersson 2023-02-03 09:54:42 +01:00 committed by Carles Cufí
parent 5c97bb5ecd
commit df12df354c

View file

@ -31,7 +31,6 @@ set(TFM_CRYPTO_MODULES
if (CONFIG_BUILD_WITH_TFM)
list(APPEND TFM_CMAKE_ARGS -DTFM_LIB_MODEL=OFF)
# PSA API awareness for the Non-Secure application
target_compile_definitions(app PRIVATE "TFM_PSA_API")
if (CONFIG_TFM_SFN)