]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mtd: nand: Introduce CONFIG_SYS_NAND_BUSWIDTH_16BIT
authorFabio Estevam <fabio.estevam@freescale.com>
Thu, 11 Apr 2013 09:35:34 +0000 (09:35 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Fri, 12 Apr 2013 05:55:03 +0000 (07:55 +0200)
commit66bd1846ef08412c5c850b8a672d6fdc0eab539a
treed61619c1277e42f8f5ab9fffdd636213156d7633
parentdd2445ec1b839a5ca61ff8438a5b7aebb21b7986
mtd: nand: Introduce CONFIG_SYS_NAND_BUSWIDTH_16BIT

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 <fabio.estevam@freescale.com>
Acked-by: Scott Wood <scottwood@freescale.com>
Reviewed-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
README
drivers/mtd/nand/ndfc.c