projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1866be7
)
nand: doc: fix example ecc scheme calculation
author
Fabian Mewes
<architekt@coding4coffee.org>
Tue, 14 Jun 2016 00:46:14 +0000
(
02:46
+0200)
committer
Scott 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
patch
|
blob
|
history
diff --git
a/doc/README.nand
b/doc/README.nand
index 4ecf9dee6551ef548455b5a6288bb1f62747076c..edb45eb567983b22aa21f2ab5f19f80041d673db 100644
(file)
--- 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 =
6
4
+ NAND_OOBSIZE =
22
4
ECC_BYTES = 26
2 + (4096 / 512) * 26 = 210 < NAND_OOBSIZE
Thus BCH16 can be supported on 4K page NAND.