diff mbox

[U-Boot] nand: doc: fix example ecc scheme calculation

Message ID 1465865174-14864-1-git-send-email-architekt@coding4coffee.org
State Accepted
Commit caad0d00a8bc3d44ca6581030b95dce97386689c
Delegated to: Scott Wood
Headers show

Commit Message

Fabian Mewes June 14, 2016, 12:46 a.m. UTC
Signed-off-by: Fabian Mewes <architekt@coding4coffee.org>
---
 doc/README.nand | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

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.