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:
parent
d027d26298
commit
df7114456e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue