diff options
author | Sandrine Bailleux <sandrine.bailleux@arm.com> | 2015-02-17 10:33:41 +0000 |
---|---|---|
committer | Sandrine Bailleux <sandrine.bailleux@arm.com> | 2015-03-11 12:41:03 +0000 |
commit | 9cda6a945fa4297c97d7cb47f509de10c5174f1d (patch) | |
tree | fc45cf6fc3b58279d93f5b2875429f7145c64707 | |
parent | 5930eadbe5d8d4c3f15fd910476f72cd5bf86f44 (diff) |
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
-rw-r--r-- | plat/juno/platform.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/juno/platform.mk b/plat/juno/platform.mk index 8beaecf0..3a05279e 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 |