mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 18:35:42 +01:00 
			
		
		
		
	nand: doc: fix example ecc scheme calculation
Signed-off-by: Fabian Mewes <architekt@coding4coffee.org>
This commit is contained in:
		| @@ -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. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user