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