From patchwork Thu Nov 17 09:28:39 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gwenhael Goavec-Merou X-Patchwork-Id: 126167 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 [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id E426DB71EC for ; Thu, 17 Nov 2011 20:38:50 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1RQyNu-0001zr-1Q; Thu, 17 Nov 2011 09:35:54 +0000 Received: from bombadil.infradead.org ([2001:4830:2446:ff00:4687:fcff:fea6:5117]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1RQyNi-0001zS-7o for linux-arm-kernel@merlin.infradead.org; Thu, 17 Nov 2011 09:35:42 +0000 Received: from kmf.trabucayre.com ([91.121.117.161] helo=mail) by bombadil.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1RQyNY-0002tH-IP for linux-arm-kernel@lists.infradead.org; Thu, 17 Nov 2011 09:35:38 +0000 Received: from localhost.localdomain (localhost [127.0.0.1]) by mail (Postfix) with ESMTP id 6F1BA3983A; Thu, 17 Nov 2011 10:28:42 +0100 (CET) From: Gwenhael Goavec-Merou To: linux-arm-kernel@lists.infradead.org Subject: [PATCH] [ARM] APF9328 needs CONFIG_MTD_CFI_INTELEXT to boot on its NOR FLASH. Date: Thu, 17 Nov 2011 10:28:39 +0100 Message-Id: <1321522119-17571-1-git-send-email-gwenhael.goavec-merou@armadeus.com> X-Mailer: git-send-email 1.6.4.2 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20111117_043532_729719_17E1B866 X-CRM114-Status: UNSURE ( 8.01 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.2 (-) X-Spam-Report: SpamAssassin version 3.3.2 on bombadil.infradead.org summary: Content analysis details: (-1.2 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FSL_HELO_NON_FQDN_1 FSL_HELO_NON_FQDN_1 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.0 HELO_NO_DOMAIN Relay reports its domain incorrectly Cc: Sascha Hauer , Julien Boibessot , Gwenhael Goavec-Merou , =?UTF-8?q?Uwe=20Kleine-K=F6nig?= 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 Signed-off-by: Gwenhael Goavec-Merou Signed-off-by: Julien Boibessot --- arch/arm/mach-imx/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index 5f7f9c2..144f007 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig @@ -112,6 +112,7 @@ config MACH_APF9328 bool "APF9328" select SOC_IMX1 select IMX_HAVE_PLATFORM_IMX_UART + select MTD_CFI_INTELEXT help Say Yes here if you are using the Armadeus APF9328 development board