Commit fa8e8068 authored by Haojian Zhuang's avatar Haojian Zhuang Committed by David Cunado
Browse files

hikey: enable options to fix errata


Fix cortex a53 errata issues: #836870, #843419, #855873.
Signed-off-by: default avatarHaojian Zhuang <haojian.zhuang@linaro.org>
Showing with 4 additions and 0 deletions
+4 -0
......@@ -82,3 +82,7 @@ BL31_SOURCES += plat/hisilicon/hikey/hisi_sip_svc.c \
lib/pmf/pmf_smc.c
endif
# Enable workarounds for selected Cortex-A53 errata.
ERRATA_A53_836870 := 1
ERRATA_A53_843419 := 1
ERRATA_A53_855873 := 1
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment