From patchwork Tue Nov 22 02:45:53 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mans Rullgard X-Patchwork-Id: 5259 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 381B523E14 for ; Tue, 22 Nov 2011 02:47:49 +0000 (UTC) Received: from mail-fx0-f52.google.com (mail-fx0-f52.google.com [209.85.161.52]) by fiordland.canonical.com (Postfix) with ESMTP id 2EE57A18500 for ; Tue, 22 Nov 2011 02:47:49 +0000 (UTC) Received: by mail-fx0-f52.google.com with SMTP id a26so11780478faa.11 for ; Mon, 21 Nov 2011 18:47:49 -0800 (PST) Received: by 10.152.135.166 with SMTP id pt6mr10689809lab.26.1321930068923; Mon, 21 Nov 2011 18:47:48 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.152.41.198 with SMTP id h6cs157254lal; Mon, 21 Nov 2011 18:47:48 -0800 (PST) Received: by 10.180.14.129 with SMTP id p1mr17024034wic.8.1321930065571; Mon, 21 Nov 2011 18:47:45 -0800 (PST) Received: from unicorn.mansr.com (unicorn.mansr.com. [78.86.181.103]) by mx.google.com with ESMTP id y14si2623234weq.8.2011.11.21.18.47.44; Mon, 21 Nov 2011 18:47:45 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of mru@mansr.com designates 78.86.181.103 as permitted sender) client-ip=78.86.181.103; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of mru@mansr.com designates 78.86.181.103 as permitted sender) smtp.mail=mru@mansr.com Received: by unicorn.mansr.com (Postfix, from userid 51770) id 21ED617B5D; Tue, 22 Nov 2011 02:47:43 +0000 (GMT) From: Mans Rullgard To: andy.green@linaro.org Cc: linaro-dev@lists.linaro.org, patches@linaro.org Subject: [PATCH 5/5] OMAP4: do not force workarounds for errata fixed in 4460 Date: Tue, 22 Nov 2011 02:45:53 +0000 Message-Id: <1321929953-5956-6-git-send-email-mans.rullgard@linaro.org> X-Mailer: git-send-email 1.7.7.4 In-Reply-To: <1321929953-5956-1-git-send-email-mans.rullgard@linaro.org> References: <1321929953-5956-1-git-send-email-mans.rullgard@linaro.org> Signed-off-by: Mans Rullgard --- arch/arm/mach-omap2/Kconfig | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index fe18e27..427d27b 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -44,9 +44,6 @@ config ARCH_OMAP4 select CPU_V7 select ARM_GIC select LOCAL_TIMERS if SMP - select PL310_ERRATA_588369 - select PL310_ERRATA_727915 - select ARM_ERRATA_720789 select ARCH_HAS_OPP select PM_OPP if PM select USB_ARCH_HAS_EHCI