]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
feat(ti): do not handle EAs in EL3
authorAndrew Davis <afd@ti.com>
Tue, 27 Sep 2022 12:13:21 +0000 (07:13 -0500)
committerAndrew Davis <afd@ti.com>
Fri, 13 Jan 2023 00:42:57 +0000 (18:42 -0600)
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

plat/ti/k3/common/plat_common.mk

index 026d6a3f224a6378e374950ddc7156478ede55f5..fb633a832713881ba9420f08f8cdd78ce667ca8b 100644 (file)
@@ -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