boards: lpcxpresso55s69: switch to use the TFM_PROFILE_TYPE choice
Switch the default LPC board configuration to select the TFM_PROFILE_TYPE_MEDIUM choice, instead of directly setting the TFM_PROFILE variable, as this is now made hidden. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
b80ad4c4b3
commit
d93c25c343
1 changed files with 3 additions and 2 deletions
|
|
@ -52,9 +52,10 @@ config FLASH_LOAD_SIZE
|
|||
|
||||
endif # TRUSTED_EXECUTION_NONSECURE || BOARD_LPCXPRESSO55S69_CPU1
|
||||
|
||||
config TFM_PROFILE
|
||||
default "profile_medium"
|
||||
choice TFM_PROFILE_TYPE
|
||||
depends on BUILD_WITH_TFM
|
||||
default TFM_PROFILE_TYPE_MEDIUM
|
||||
endchoice
|
||||
|
||||
endif # BOARD_LPCXPRESSO55S69_CPU0 || BOARD_LPCXPRESSO55S69_CPU1
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue