]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - doc/README.nand
mmc: tegra: priv struct and naming cleanup
[karo-tx-uboot.git] / doc / README.nand
index 4ecf9dee6551ef548455b5a6288bb1f62747076c..f1c20ff645688769a560bb4a4027b92cadd615ff 100644 (file)
@@ -137,7 +137,7 @@ Configuration Options:
       init:
 
        /* chip is struct nand_chip, and is now provided by the driver. */
-       mtd = &chip.mtd;
+       mtd = nand_to_mtd(&chip);
 
        /*
         * Fill in appropriate values if this driver uses these fields,
@@ -271,7 +271,7 @@ Platform specific options
 
                However, for 4K pagesize NAND
                NAND_PAGESIZE = 4096
-               NAND_OOBSIZE = 64
+               NAND_OOBSIZE = 224
                ECC_BYTES = 26
                2 + (4096 / 512) * 26 = 210 < NAND_OOBSIZE
                Thus BCH16 can be supported on 4K page NAND.