tfm: Change default TF-M model for profile small to match profile conf

Change the default TF-M model for small profile to match the
configuration set in the profile small configuration file.
Otherwise we would be overriding the profile default.

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
This commit is contained in:
Joakim Andersson 2023-11-16 12:05:04 +01:00 committed by Carles Cufí
commit df7114456e

View file

@ -302,6 +302,7 @@ endif # TFM_BL2
choice TFM_MODEL choice TFM_MODEL
prompt "TF-M Firmware Framework model" prompt "TF-M Firmware Framework model"
default TFM_SFN if TFM_PROFILE_TYPE_SMALL
default TFM_IPC default TFM_IPC
help help
The Firmware Framework M (FF-M) provides different programming models The Firmware Framework M (FF-M) provides different programming models