From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [2a01:4f8:101:2a4:0:bc28:b2d8:8] (helo=chuck.antcom.de) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UDAMX-0004co-NW for linux-mtd@lists.infradead.org; Wed, 06 Mar 2013 09:10:14 +0000 Message-ID: <513706B3.5090909@antcom.de> Date: Wed, 06 Mar 2013 10:04:51 +0100 From: Roland Stigge MIME-Version: 1.0 To: dedekind1@gmail.com Subject: Re: [PATCH 03/11] arm: defconfigs: lpc32xx_defconfig: remove the museum NAND option References: <1362489444-27762-1-git-send-email-dedekind1@gmail.com> <1362489444-27762-4-git-send-email-dedekind1@gmail.com> <1362559787.21850.19.camel@sauron> In-Reply-To: <1362559787.21850.19.camel@sauron> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Brian Norris , MTD Maling List List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 03/06/2013 09:49 AM, Artem Bityutskiy wrote: > On Tue, 2013-03-05 at 15:17 +0200, Artem Bityutskiy wrote: >> From: Artem Bityutskiy >> >> The MTD_NAND_MUSEUM_IDS configuration options was removed - update the >> lpc32xx_defconfig file. >> >> Signed-off-by: Artem Bityutskiy >> --- >> arch/arm/configs/lpc32xx_defconfig | 1 - >> 1 file changed, 1 deletion(-) >> >> diff --git a/arch/arm/configs/lpc32xx_defconfig b/arch/arm/configs/lpc32xx_defconfig >> index 92386b2..e77326f 100644 >> --- a/arch/arm/configs/lpc32xx_defconfig >> +++ b/arch/arm/configs/lpc32xx_defconfig >> @@ -55,7 +55,6 @@ CONFIG_MTD_CHAR=y >> CONFIG_MTD_BLOCK=y >> CONFIG_MTD_M25P80=y >> CONFIG_MTD_NAND=y >> -CONFIG_MTD_NAND_MUSEUM_IDS=y >> CONFIG_MTD_NAND_SLC_LPC32XX=y >> CONFIG_MTD_NAND_MLC_LPC32XX=y >> CONFIG_BLK_DEV_LOOP=y > > Let me add Roland as this config file was added by him. Roland, FYI. > Acked-by: Roland Stigge I'll take this via a lpc32xx branch, for arm-soc, to prevent collisions with other defconfig commits there. Thanks, Roland