boards: do not force TF-M isolation level 2 for STM32L562/L552 boards

We do not need to force TFM Isolation Level 2 for the
STM32 board that can build with TM-M. We remove the
respective Kconfig setting. We also remove the Kconfig
overlay for STM32L562 board in the psa_level1 sample,
which was used for forcing Isolation Level 1; this is
not needed any more.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
Ioannis Glaropoulos 2021-04-15 10:49:22 +02:00
commit 735f40b330
3 changed files with 0 additions and 10 deletions

View file

@ -14,10 +14,6 @@ if TRUSTED_EXECUTION_NONSECURE
config USE_DT_CODE_PARTITION
default y
config TFM_ISOLATION_LEVEL
default 2
depends on BUILD_WITH_TFM
endif # TRUSTED_EXECUTION_NONSECURE
endif # BOARD_NUCLEO_L552ZE_Q

View file

@ -43,10 +43,6 @@ if TRUSTED_EXECUTION_NONSECURE
config USE_DT_CODE_PARTITION
default y
config TFM_ISOLATION_LEVEL
default 2
depends on BUILD_WITH_TFM
endif # TRUSTED_EXECUTION_NONSECURE
endif # BOARD_STM32L562E_DK

View file

@ -1,2 +0,0 @@
# Force isolation level to 1
CONFIG_TFM_ISOLATION_LEVEL=1