mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
nand: doc: fix example ecc scheme calculation
Signed-off-by: Fabian Mewes <architekt@coding4coffee.org>
This commit is contained in:
parent
1866be7d28
commit
caad0d00a8
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue