1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-28 21:36:16 +02:00

reserve bad block area in oob data.

This commit is contained in:
Lars-Peter Clausen 2009-08-25 03:36:20 +02:00 committed by Xiangfu Liu
parent 3aa5222095
commit a65fb5ef2d

View File

@ -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}}
};