From b7588e3bdcdb2ee073a6a66a4c882b23feaaa0e6 Mon Sep 17 00:00:00 2001 From: Nitin Garg Date: Wed, 2 Apr 2014 08:55:02 -0500 Subject: ARM: Add workaround for Cortex-A9 errata 761320 Full cache line writes to the same memory region from at least two processors might deadlock the processor. Exists on r1, r2, r3 revisions. Signed-off-by: Nitin Garg Acked-by: Fabio Estevam --- README | 1 + 1 file changed, 1 insertion(+) (limited to 'README') diff --git a/README b/README index 00127a75ef7..da85c8995c5 100644 --- a/README +++ b/README @@ -567,6 +567,7 @@ The following options need to be configured: CONFIG_ARM_ERRATA_743622 CONFIG_ARM_ERRATA_751472 CONFIG_ARM_ERRATA_794072 + CONFIG_ARM_ERRATA_761320 If set, the workarounds for these ARM errata are applied early during U-Boot startup. Note that these options force the -- cgit v1.3.1