summaryrefslogtreecommitdiff
path: root/plat/ti
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2022-09-27 07:13:21 -0500
committerAndrew Davis <afd@ti.com>2023-01-12 18:42:57 -0600
commit2fcd408bb3a6756767a43c073c597cef06e7f2d5 (patch)
treed70e8081e5554b5d4894348f5e1fbaad59a0f0a0 /plat/ti
parent5668db72b724dc256d9b300f6938a08625624a48 (diff)
downloadarm-trusted-firmware-2fcd408bb3a6756767a43c073c597cef06e7f2d5.tar.gz
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 <afd@ti.com> Change-Id: Ia0334eb845686964e794afe45c7777ea64fd6b0b
Diffstat (limited to 'plat/ti')
-rw-r--r--plat/ti/k3/common/plat_common.mk1
1 files changed, 0 insertions, 1 deletions
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