From: Andrew Davis Date: Tue, 27 Sep 2022 12:13:21 +0000 (-0500) Subject: feat(ti): do not handle EAs in EL3 X-Git-Tag: baikal/aarch64/sdk5.10~1^2~264^2~5 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=2fcd408bb3a6756767a43c073c597cef06e7f2d5;p=arm-tf.git feat(ti): do not handle EAs in EL3 This could be useful if we had extra information to print or when RAS extensions are available, neither apply here so lets not trap these in EL3 for now. Signed-off-by: Andrew Davis Change-Id: Ia0334eb845686964e794afe45c7777ea64fd6b0b --- diff --git a/plat/ti/k3/common/plat_common.mk b/plat/ti/k3/common/plat_common.mk index 026d6a3f2..fb633a832 100644 --- a/plat/ti/k3/common/plat_common.mk +++ b/plat/ti/k3/common/plat_common.mk @@ -27,7 +27,6 @@ ERRATA_A72_859971 := 1 ERRATA_A72_1319367 := 1 CRASH_REPORTING := 1 -HANDLE_EA_EL3_FIRST_NS := 1 # Split out RO data into a non-executable section SEPARATE_CODE_AND_RODATA := 1