forked from OERV-BSP/u-boot
mtd: nand: Increase max sizes of OOB and Page size
Increase max sizes for OOB, Page size and eccpos to suit for Micron MT29F32G08 part Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
This commit is contained in:
committed by
Scott Wood
parent
d3963721d9
commit
2580a2a7e7
@@ -101,7 +101,7 @@ struct mtd_oob_ops {
|
||||
#ifdef CONFIG_SYS_NAND_MAX_ECCPOS
|
||||
#define MTD_MAX_ECCPOS_ENTRIES_LARGE CONFIG_SYS_NAND_MAX_ECCPOS
|
||||
#else
|
||||
#define MTD_MAX_ECCPOS_ENTRIES_LARGE 640
|
||||
#define MTD_MAX_ECCPOS_ENTRIES_LARGE 680
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user