From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Beno=C3=AEt_Th=C3=A9baudeau?= Date: Tue, 18 Sep 2012 12:18:58 +0200 (CEST) Subject: [U-Boot] [PATCH v2 13/13] mxc nand: Add support for i.MX5 In-Reply-To: <20120918010157.GA32092@buserror.net> Message-ID: <670792195.4638232.1347963538719.JavaMail.root@advansee.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Scott, On Tuesday, September 18, 2012 3:01:58 AM, Scott Wood wrote: > On Tue, Aug 21, 2012 at 11:04:14PM +0200, Beno?t Th?baudeau wrote: > > Signed-off-by: Beno?t Th?baudeau > > Cc: Scott Wood > > Cc: Stefano Babic > > --- > > Changes for v2: > > - Fix warning for unused tmp variable in board_nand_init() for NFC > > V1. > > > > .../arch/arm/include/asm/arch-mx5/imx-regs.h | 9 + > > .../drivers/mtd/nand/mxc_nand.c | 219 > > +++++++++++++++----- > > .../include/fsl_nfc.h | 149 > > ++++++++----- > > .../nand_spl/nand_boot_fsl_nfc.c | 114 > > +++++++--- > > 4 files changed, 365 insertions(+), 126 deletions(-) > > Is there a board that uses this? I have one, but it's not yet ready for mainline. Some of the current mx51 and mx53 mainline boards could also probably use that as an alternate boot option, but I don't have them to test. Best regards, Beno?t