commit | 34c1060959b61a5bb2e97a88411446028cebfa7c | [log] [tgz] |
---|---|---|
author | Kyungmin Park <kyungmin.park@samsung.com> | Fri May 12 17:02:46 2006 +0300 |
committer | Jarkko Lavinen <lavinen@pentafluge.infradead.org> | Fri May 12 15:35:47 2006 +0100 |
tree | 74a58f5e63a2ee4d91d3cae4985ed55141c70aa0 | |
parent | 8e6ec69059ba0eecbb2226d3d9e45c6efe6fb82b [diff] |
OneNAND: Write oob area with aligned size, mtd->oobsize There's some problem with write oob in serveral platform. So we write oob with oobsize aligned (16bytes) instead of 3 bytes (from {2, 3}) Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>