Commit 218bdbe0 authored by Anson Huang's avatar Anson Huang
Browse files

imx: enable necessary errata for i.mx8mq



NXP's i.MX8MQ uses Cortex-A53 r0p4, enable necessary
erratas for it.
Signed-off-by: default avatarAnson Huang <Anson.Huang@nxp.com>
parent ae478c26
......@@ -34,3 +34,7 @@ USE_COHERENT_MEM := 1
RESET_TO_BL31 := 1
A53_DISABLE_NON_TEMPORAL_HINT := 0
MULTI_CONSOLE_API := 1
ERRATA_A53_835769 := 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