| Submitter | Brian Norris |
|---|---|
| Date | Sept. 25, 2012, 3:40 a.m. |
| Message ID | <1348544455-17656-8-git-send-email-computersforpeace@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/186681/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h index ce22824..817ff5a 100644 --- a/include/linux/mtd/nand.h +++ b/include/linux/mtd/nand.h @@ -56,7 +56,7 @@ extern int nand_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len); * is supported now. If you add a chip with bigger oobsize/page * adjust this accordingly. */ -#define NAND_MAX_OOBSIZE 576 +#define NAND_MAX_OOBSIZE 640 #define NAND_MAX_PAGESIZE 8192 /*
Some Hynix and Samsung MLC NAND have 640B OOB size. Sooner or later, we should dynamically allocate the buffers that use these macros. Signed-off-by: Brian Norris <computersforpeace@gmail.com> --- include/linux/mtd/nand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)