reserve bad block area in oob data.

This commit is contained in:
Lars-Peter Clausen
2009-10-28 03:13:15 +08:00
committed by Xiangfu Liu
parent 3aa5222095
commit a65fb5ef2d
@@ -172,8 +172,8 @@ static struct nand_ecclayout qi_lb60_ecclayout = {
30, 31, 32, 33, 34, 35, 36, 37,
38, 39, 40, 41},
.oobfree = {
{.offset = 0,
.length = 6},
{.offset = 2,
.length = 4},
{.offset = 42,
.length = 22}}
};