diff options
| author | Wolfgang Denk <wd@denx.de> | 2009-07-19 00:38:23 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2009-07-19 00:38:23 +0200 | 
| commit | a694610d3361465d4c8d27dde72ab8b63d31115e (patch) | |
| tree | 063d03bcf75538fe45f940eda5b1e6f1859a96fb /include/linux/mtd/nand.h | |
| parent | 5669ed4557edf2714203aa8625c9fcd5a753b338 (diff) | |
| parent | 2419169f5749d7af501b3b77a5336d1d535320de (diff) | |
| download | olio-uboot-2014.01-a694610d3361465d4c8d27dde72ab8b63d31115e.tar.xz olio-uboot-2014.01-a694610d3361465d4c8d27dde72ab8b63d31115e.zip | |
Merge branch 'master' of git://git.denx.de/u-boot-nand-flash
Diffstat (limited to 'include/linux/mtd/nand.h')
| -rw-r--r-- | include/linux/mtd/nand.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h index a4ad5711d..3e0044b94 100644 --- a/include/linux/mtd/nand.h +++ b/include/linux/mtd/nand.h @@ -50,7 +50,7 @@ extern void nand_wait_ready(struct mtd_info *mtd);   * is supported now. If you add a chip with bigger oobsize/page   * adjust this accordingly.   */ -#define NAND_MAX_OOBSIZE	128 +#define NAND_MAX_OOBSIZE	218  #define NAND_MAX_PAGESIZE	4096  /* |