fix(rk3328): apply ERRATA_A53_1530924 erratum

Apply erratum ERRATA_A53_1530924.

Signed-off-by: Olivier Deprez <olivier.deprez@arm.com>
Change-Id: Ib4130fd9d4cd16b12322f44e91196607fcb6bf6b
This commit is contained in:
Diederik de Haas 2023-11-27 10:21:37 +01:00 committed by Olivier Deprez
parent b6c0948400
commit dd2c888606
2 changed files with 4 additions and 0 deletions

View file

@ -569,6 +569,9 @@ subsections:
- rockchip/rk3399
- rk3399/suspend
- title: RK3328
scope: rk3328
- title: Socionext
scope: socionext

View file

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