From 9cda6a945fa4297c97d7cb47f509de10c5174f1d Mon Sep 17 00:00:00 2001 From: Sandrine Bailleux Date: Tue, 17 Feb 2015 10:33:41 +0000 Subject: [PATCH] Juno: Disable workaround for Cortex-A57 erratum #806969 Cortex-A57 erratum #806969 applies to revision r0p0 of the CPU but does not manifest itself on Juno r0. It is not applicable to Juno r1 in any case. This patch modifies the Juno platform Makefile to no longer compile this erratum workaround in. Change-Id: I32b16835b2ac897e639e869ab2b78b62a51a0139 --- plat/juno/platform.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plat/juno/platform.mk b/plat/juno/platform.mk index 8beaecf0a..3a05279e8 100644 --- a/plat/juno/platform.mk +++ b/plat/juno/platform.mk @@ -103,7 +103,7 @@ endif NEED_BL30 := yes # Enable workarounds for selected Cortex-A57 erratas. -ERRATA_A57_806969 := 1 +ERRATA_A57_806969 := 0 ERRATA_A57_813420 := 1 # Enable option to skip L1 data cache flush during the Cortex-A57 cluster