From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from va3outboundpool.messaging.microsoft.com (va3ehsobe005.messaging.microsoft.com [216.32.180.31]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client CN "mail.global.frontbridge.com", Issuer "MSIT Machine Auth CA 2" (not verified)) by ozlabs.org (Postfix) with ESMTPS id D4F8F2C00E4 for ; Tue, 29 Oct 2013 11:28:51 +1100 (EST) Date: Mon, 28 Oct 2013 19:28:34 -0500 From: Scott Wood To: York Sun Subject: Re: [5/7] powerpc/corenet64_smp_defconfig: Enable most SPI splash Message-ID: <20131029002834.GA8680@home.buserror.net> References: <1378482199-10581-5-git-send-email-yorksun@freescale.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" In-Reply-To: <1378482199-10581-5-git-send-email-yorksun@freescale.com> Cc: linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, Sep 06, 2013 at 08:43:17AM -0700, York Sun wrote: > Enable CONFIG_MTD_M25P80 for corenet64_smp_defconfig. Verified on > P5040DS. > > Signed-off-by: York Sun > Reviewed-by: Wood Scott-B07421 > Reviewed-by: Fleming Andrew-AFLEMING > Tested-by: Fleming Andrew-AFLEMING > > --- > arch/powerpc/configs/corenet64_smp_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/powerpc/configs/corenet64_smp_defconfig b/arch/powerpc/configs/corenet64_smp_defconfig > index 6c8b020..1ec6f0c 100644 > --- a/arch/powerpc/configs/corenet64_smp_defconfig > +++ b/arch/powerpc/configs/corenet64_smp_defconfig > @@ -66,6 +66,7 @@ CONFIG_MTD_CMDLINE_PARTS=y > CONFIG_MTD_CHAR=y > CONFIG_MTD_BLKDEVS=y > CONFIG_MTD_BLOCK=y > +CONFIG_MTD_M25P80=y > CONFIG_FTL=y > CONFIG_MTD_CFI=y > CONFIG_MTD_GEN_PROBE=y This has already been enabled in corenet64_smp_config since commit 478a4829d815865b919c1fa20f0f33543a2291fb, over a year ago. -Scott