From patchwork Mon Jul 13 06:15:23 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 6774391 X-Patchwork-Delegate: horms@verge.net.au Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 53A85C05AC for ; Mon, 13 Jul 2015 06:12:11 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 7D1A6205F9 for ; Mon, 13 Jul 2015 06:12:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 718AA205F3 for ; Mon, 13 Jul 2015 06:12:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751180AbbGMGMJ (ORCPT ); Mon, 13 Jul 2015 02:12:09 -0400 Received: from mail-pd0-f180.google.com ([209.85.192.180]:33621 "EHLO mail-pd0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751114AbbGMGMI (ORCPT ); Mon, 13 Jul 2015 02:12:08 -0400 Received: by pdbqm3 with SMTP id qm3so74514577pdb.0 for ; Sun, 12 Jul 2015 23:12:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:in-reply-to:references:subject; bh=4EyhP+tRy47PiBdIehA48jRiu4NqNm77ZqBu1OXhaZU=; b=E7biP45OG2TaDB9OE0JXaaB+BNxuxHtCZM3YVrh9XdrOx2oooBA4A/Ju5QmSo6hYyB ZA+Ejsu4HgS7Qfh9+i7eK79tyz1cODVN7GjW/ZoZa5sXSo3TszZoX7Z+KOvV9QLW/EtZ BHkgEWVzvwO3eM4yAh6Fb7rohzr7KgqaUeK23fqeKzK/0w1dOkHa+Yz3GPLLN7R47ohR F3YMOeyoiwcVKij6YCNeoFBnHBDPyI+aBRCHjARMpFKNj1iS1bzKaJ5C/W62xzXp5VPr Ncve/giP8Ooz22FpNL4oPne/aiVvPv9DbN/lcIY+XilZt14r26tmT094nZQ1w24sEJEc 1gEA== X-Received: by 10.68.111.37 with SMTP id if5mr66618654pbb.94.1436767928028; Sun, 12 Jul 2015 23:12:08 -0700 (PDT) Received: from [127.0.0.1] (s214090.ppp.asahi-net.or.jp. [220.157.214.90]) by smtp.gmail.com with ESMTPSA id fu2sm17457199pdb.32.2015.07.12.23.12.04 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 12 Jul 2015 23:12:06 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Cc: Magnus Damm , horms@verge.net.au, laurent.pinchart+renesas@ideasonboard.com, geert+renesas@glider.be Date: Mon, 13 Jul 2015 15:15:23 +0900 Message-Id: <20150713061523.25534.1744.sendpatchset@little-apple> In-Reply-To: <20150713061450.25534.96315.sendpatchset@little-apple> References: <20150713061450.25534.96315.sendpatchset@little-apple> Subject: [PATCH v3 03/04] ARM: shmobile: Remove Marzen from shmobile_defconfig Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-8.2 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Magnus Damm Kill of the defconfig bits now when the marzen-reference board code is gone. Signed-off-by: Magnus Damm Acked-by: Geert Uytterhoeven --- Changes since V2: - None arch/arm/configs/shmobile_defconfig | 1 - 1 file changed, 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- 0001/arch/arm/configs/shmobile_defconfig +++ work/arch/arm/configs/shmobile_defconfig 2015-07-13 14:28:56.092366518 +0900 @@ -21,7 +21,6 @@ CONFIG_ARCH_R8A7791=y CONFIG_ARCH_R8A7793=y CONFIG_ARCH_R8A7794=y CONFIG_ARCH_SH73A0=y -CONFIG_MACH_MARZEN=y CONFIG_CPU_BPREDICT_DISABLE=y CONFIG_PL310_ERRATA_588369=y CONFIG_ARM_ERRATA_754322=y