Re: [U-Boot] [PATCH 2/2] nand: Move the sub-page read support enable to a flag

2012-11-02 Thread Scott Wood
On 11/01/2012 05:49:29 PM, Joe Hershberger wrote: Use a flag instead of a hard-coded macro so that sub-page reads can be enabled in other cases (such as on-die ecc). Signed-off-by: Joe Hershberger joe.hershber...@ni.com --- drivers/mtd/nand/nand_base.c | 9 +++-- include/linux/mtd/nand.h

[U-Boot] [PATCH 2/2] nand: Move the sub-page read support enable to a flag

2012-11-01 Thread Joe Hershberger
Use a flag instead of a hard-coded macro so that sub-page reads can be enabled in other cases (such as on-die ecc). Signed-off-by: Joe Hershberger joe.hershber...@ni.com --- drivers/mtd/nand/nand_base.c | 9 +++-- include/linux/mtd/nand.h | 7 --- 2 files changed, 11 insertions(+), 5