From patchwork Wed Aug 1 17:49:29 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matt Sealey X-Patchwork-Id: 174552 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 6659D2C007E for ; Thu, 2 Aug 2012 03:53:50 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1Swd4I-0002N9-OV; Wed, 01 Aug 2012 17:50:46 +0000 Received: from mail-qa0-f42.google.com ([209.85.216.42]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1Swd4E-0002M9-QX for linux-arm-kernel@lists.infradead.org; Wed, 01 Aug 2012 17:50:43 +0000 Received: by qafi31 with SMTP id i31so2571243qaf.15 for ; Wed, 01 Aug 2012 10:50:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=HF6q6EowPp8QLXozXVXVS4S/9fa53DTIRfZYWt0nzu4=; b=TcUmlhI9mxZw6qGK5+fDGErq7YvJWf2WThfUYW0/cB+zc0jd2f/xR8+Q8V7hovVRhk qGkRsN6U8PPgcri1Pn2yNHAGOXutyyY79H6ZsD9hA/G/KfLMpxDI2QDoGWgAqeNRSWvL Ul/EJCre9s/kmfGn3jQAHl2Ks9e4H2vGx7mkZJkGQv8zFIZsdx7Y2Bx2PH62oavVeAO9 kWdWCTjO2vy4ZNCmwZ1plmO3GLETwz3juEGshNCWgRGNQA9ajujSlCkEy5wMBUMeVJFH D0XZkIF2XpdYMTjyyhG7AR7NAbGwHCT6gf5e6v5PcBIMqb/olgOmJ/jHdrfF1vjHvZIq hd+A== Received: by 10.60.0.161 with SMTP id 1mr29981997oef.63.1343843427732; Wed, 01 Aug 2012 10:50:27 -0700 (PDT) Received: from shinji.genesi-usa.com ([199.193.222.22]) by mx.google.com with ESMTPS id pj4sm3090595obb.20.2012.08.01.10.50.26 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 01 Aug 2012 10:50:27 -0700 (PDT) From: Matt Sealey To: Linux ARM Kernel Mailing List Subject: [PATCH 2/4] efikamx: remove Genesi Efika MX from the i.MX v6/v7 defconfig Date: Wed, 1 Aug 2012 12:49:29 -0500 Message-Id: <1343843371-14143-3-git-send-email-matt@genesi-usa.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1343843371-14143-1-git-send-email-matt@genesi-usa.com> References: <1343843371-14143-1-git-send-email-matt@genesi-usa.com> X-Gm-Message-State: ALoCoQnIMVWsNTNvzKq2WZPQ2dgnEPUouog28DE1fYgkfcQoqc1zL+5uHC+SAdrzTBc8/sLS4M3V X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.216.42 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Matt Sealey , Linux Kernel Mailing List X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org No need to have Efika MX listed in the defconfig if it can't be built. Signed-off-by: Matt Sealey --- arch/arm/configs/imx_v6_v7_defconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index b1d3675..0becdbe 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -31,8 +31,6 @@ CONFIG_MACH_IMX51_DT=y CONFIG_MACH_MX51_3DS=y CONFIG_MACH_EUKREA_CPUIMX51=y CONFIG_MACH_EUKREA_CPUIMX51SD=y -CONFIG_MACH_MX51_EFIKAMX=y -CONFIG_MACH_MX51_EFIKASB=y CONFIG_MACH_IMX53_DT=y CONFIG_SOC_IMX6Q=y CONFIG_MXC_PWM=y