From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Fri, 18 May 2012 18:19:34 -0500 Subject: [U-Boot] NAND: Remove ONFI detection message to from bootup log In-Reply-To: <1336462170-21112-1-git-send-email-sr@denx.de> References: <1336462170-21112-1-git-send-email-sr@denx.de> Message-ID: <20120518231934.GA386@tyr.buserror.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, May 07, 2012 at 09:29:30PM -0000, Stefan Roese wrote: > Without this patch, boot shows this messages upon NAND detection: > > NAND: ONFI flash detected > ONFI param page 0 valid > ONFI flash detected > ONFI param page 0 valid > 128 MiB > > With this patch, its back to the U-Boot "standard": > > NAND: 128 MiB > > Tested on x600 (SPEAr600). > > Signed-off-by: Stefan Roese > Cc: Amit Virdi > Cc: Vipin Kumar > Cc: Scott Wood > Acked-by: Amit Virdi > > --- > drivers/mtd/nand/nand_base.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) Applied to u-boot-nand-flash. BTW, I don't see any boards enabling the ONFI code at the moment... -Scott