Skip to content
Snippets Groups Projects
Commit caad0d00 authored by Fabian Mewes's avatar Fabian Mewes Committed by Scott Wood
Browse files

nand: doc: fix example ecc scheme calculation

parent 1866be7d
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment