diff mbox

UBUNTU: SAUCE: [Config] disable PL310_ERRATA_769419

Message ID 1366210392-21487-2-git-send-email-paolo.pisati@canonical.com
State New
Headers show

Commit Message

Paolo Pisati April 17, 2013, 2:53 p.m. UTC
BugLink: http://bugs.launchpad.net/bugs/1169956

Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
---
 arch/arm/mach-imx/Kconfig                 |    2 +-
 debian.master/config/config.common.ubuntu |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Tim Gardner April 17, 2013, 3:11 p.m. UTC | #1

Paolo Pisati April 17, 2013, 4:09 p.m. UTC | #2
ok, we just got the correct fix from Calxeda, scrap this one, i'll followup with
the patch to apply on master-next: it only affects highbank code (so it's safe
for all the rest), but i still tested it on imx6 and highbank, just in case.

lp1169956 was updated to reflect the new fix.
Tim Gardner April 17, 2013, 4:22 p.m. UTC | #3

diff mbox

Patch

diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index 0a2349d..151e4fe 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -858,7 +858,7 @@  config SOC_IMX6Q
 	select PINCTRL_IMX6Q
 	select PL310_ERRATA_588369 if CACHE_PL310
 	select PL310_ERRATA_727915 if CACHE_PL310
-	select PL310_ERRATA_769419 if CACHE_PL310
+	#select PL310_ERRATA_769419 if CACHE_PL310
 	select PM_OPP if PM
 
 	help
diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu
index d98c02c..ad03131 100644
--- a/debian.master/config/config.common.ubuntu
+++ b/debian.master/config/config.common.ubuntu
@@ -4344,7 +4344,7 @@  CONFIG_PINMUX=y
 CONFIG_PL310_ERRATA_588369=y
 CONFIG_PL310_ERRATA_727915=y
 CONFIG_PL310_ERRATA_753970=y
-CONFIG_PL310_ERRATA_769419=y
+# CONFIG_PL310_ERRATA_769419 is not set
 CONFIG_PL320_MBOX=y
 # CONFIG_PLAT_SPEAR is not set
 CONFIG_PLAT_VERSATILE=y