From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Wed, 6 Mar 2013 13:25:36 -0600 Subject: [U-Boot] [PATCH v9 01/30] mtd: nand: Introduce CONFIG_SYS_NAND_BUSWIDTH_16BIT In-Reply-To: <1362596377-5827-1-git-send-email-benoit.thebaudeau@advansee.com> (from benoit.thebaudeau@advansee.com on Wed Mar 6 12:59:07 2013) References: <1362596377-5827-1-git-send-email-benoit.thebaudeau@advansee.com> Message-ID: <1362597936.5965.5@snotra> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 03/06/2013 12:59:07 PM, Beno?t Th?baudeau wrote: > From: Fabio Estevam > > Introduce CONFIG_SYS_NAND_BUSWIDTH_16BIT option so that other NAND > controller > drivers could use it when a 16-bit NAND is deployed. > > drivers/mtd/nand/ndfc has CONFIG_SYS_NDFC_16BIT, so just rename it, > so that > other NAND drivers could reuse the same symbol. > > Signed-off-by: Fabio Estevam > Reviewed-by: Beno?t Th?baudeau NAND bits in the entire patchset are: Acked-by: Scott Wood -Scott