[U-Boot] [PATCH] nand: doc: fix example ecc scheme calculation
Fabian Mewes
architekt at coding4coffee.org
Tue Jun 14 02:46:14 CEST 2016
Signed-off-by: Fabian Mewes <architekt at coding4coffee.org>
---
doc/README.nand | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/README.nand b/doc/README.nand
index 96ffc48..9aa6cc4 100644
--- a/doc/README.nand
+++ b/doc/README.nand
@@ -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.
--
2.1.4
More information about the U-Boot
mailing list