Merge "rockchip: rk3328: Enable workaround for erratum 855873" into integration

This commit is contained in:
Manish Pandey 2020-01-02 09:52:37 +00:00 committed by TrustedFirmware Code Review
commit 5f400547aa
1 changed files with 3 additions and 0 deletions

View File

@ -59,6 +59,9 @@ endif
include lib/coreboot/coreboot.mk
include lib/libfdt/libfdt.mk
# Enable workarounds for selected Cortex-A53 errata
ERRATA_A53_855873 := 1
$(eval $(call add_define,PLAT_EXTRA_LD_SCRIPT))
$(eval $(call add_define,PLAT_SKIP_OPTEE_S_EL1_INT_REGISTER))