mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-25 22:35:42 +00:00
fix(tc): enable MTE2 unconditionally
Keeping the MTE2 enablement under the SPMD check is breaking for FPGA and CI test, as SPMD is absent in these cases. Enable MTE2 unconditionally so that all the supported platforms can use it. Change-Id: Id86893f0e2767a8686c3dca0ea092907d5c107ba Signed-off-by: Tintu Thomas <tintu.thomas@arm.com> Signed-off-by: Leo Yan <leo.yan@arm.com>
This commit is contained in:
parent
1c4f9b9583
commit
be8eaa5e62
1 changed files with 1 additions and 1 deletions
|
@ -33,12 +33,12 @@ ENABLE_AMU_FCONF := 1
|
|||
ENABLE_AMU_AUXILIARY_COUNTERS := 1
|
||||
ENABLE_MPMM := 1
|
||||
ENABLE_MPMM_FCONF := 1
|
||||
ENABLE_FEAT_MTE2 := 2
|
||||
|
||||
CTX_INCLUDE_AARCH32_REGS := 0
|
||||
|
||||
ifeq (${SPD},spmd)
|
||||
SPMD_SPM_AT_SEL2 := 1
|
||||
ENABLE_FEAT_MTE2 := 1
|
||||
CTX_INCLUDE_PAUTH_REGS := 1
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue