]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
nand: doc: fix example ecc scheme calculation
authorFabian Mewes <architekt@coding4coffee.org>
Tue, 14 Jun 2016 00:46:14 +0000 (02:46 +0200)
committerScott Wood <oss@buserror.net>
Mon, 20 Jun 2016 00:26:55 +0000 (19:26 -0500)
Signed-off-by: Fabian Mewes <architekt@coding4coffee.org>
doc/README.nand

index 4ecf9dee6551ef548455b5a6288bb1f62747076c..edb45eb567983b22aa21f2ab5f19f80041d673db 100644 (file)
@@ -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.