Merge "fix(zynqmp): define and enable ARM_XLAT_TABLES_LIB_V1" into integration

This commit is contained in:
Madhukar Pappireddy 2022-05-12 16:14:55 +02:00 committed by TrustedFirmware Code Review
commit 1f0309d498
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@ ENABLE_SVE_FOR_NS := 0
WORKAROUND_CVE_2017_5715 := 0
ARM_XLAT_TABLES_LIB_V1 := 1
$(eval $(call assert_boolean,ARM_XLAT_TABLES_LIB_V1))
$(eval $(call add_define,ARM_XLAT_TABLES_LIB_V1))
ifdef ZYNQMP_ATF_MEM_BASE
$(eval $(call add_define,ZYNQMP_ATF_MEM_BASE))