boards: nucleo_l552ze_q: set board isolation to 2

According to new Kconfig.tfm isolation is set by default to 2 on Nucleu
L552ZE Q board.

Signed-off-by: Andrei Gansari <andrei.gansari@nxp.com>
This commit is contained in:
Andrei Gansari 2020-11-13 21:29:22 +02:00 committed by Ioannis Glaropoulos
commit c1356f6a11

View file

@ -14,6 +14,10 @@ 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