From patchwork Thu Jun 25 08:58:12 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 6672711 X-Patchwork-Delegate: geert@linux-m68k.org Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id D25709F39B for ; Thu, 25 Jun 2015 08:55:23 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 0ADB020528 for ; Thu, 25 Jun 2015 08:55:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 015FD20520 for ; Thu, 25 Jun 2015 08:55:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751617AbbFYIzV (ORCPT ); Thu, 25 Jun 2015 04:55:21 -0400 Received: from mail-pa0-f53.google.com ([209.85.220.53]:34152 "EHLO mail-pa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751117AbbFYIzU (ORCPT ); Thu, 25 Jun 2015 04:55:20 -0400 Received: by pabvl15 with SMTP id vl15so46200582pab.1 for ; Thu, 25 Jun 2015 01:55:20 -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=0EJ2mhsV6zw+Tabynw2EkmCjoL4aV73HCkBVUcvvR3E=; b=Bq3lbQbBwLe4B5aSxsYiwh4hNkPXEymXsJuoJakZIVuMnEF6AiClKNptpGT5+QW5kw tHeM3MLH1FhKJELdAUA6mGzKjgnU3YleiQgZZRtd/1795Ik1dJg+qXG9yPG2dgeYmDU3 LlI2Vm8Dg0QubHltPHCGonYwIA1zqaJdJt2rGpQNy4izF8Eqr3xP+f/QQiCbZ8ol9ZjR 6VPaAd6BTzs1u8ddpeL+R52Z/3XywADPvmremyiBX5o7eoO39JWgBJtvlQ++t6UD3F+4 3GUavG/bvSk7hpn6CHcjU1kh/FUfJgeradYv4uA44pMz1L1gi3y5gWKUkuCPemHRrZZN rluA== X-Received: by 10.66.148.34 with SMTP id tp2mr88856227pab.65.1435222520539; Thu, 25 Jun 2015 01:55:20 -0700 (PDT) Received: from [127.0.0.1] (s214090.ppp.asahi-net.or.jp. [220.157.214.90]) by mx.google.com with ESMTPSA id d6sm29297605pdp.88.2015.06.25.01.55.16 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 25 Jun 2015 01:55:18 -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: Thu, 25 Jun 2015 17:58:12 +0900 Message-Id: <20150625085812.24543.85061.sendpatchset@little-apple> In-Reply-To: <20150625085716.24543.84444.sendpatchset@little-apple> References: <20150625085716.24543.84444.sendpatchset@little-apple> Subject: [PATCH v2 05/06] 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 --- 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-06-25 17:32:40.752366518 +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