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:
parent
3aa5222095
commit
a65fb5ef2d
@ -172,8 +172,8 @@ static struct nand_ecclayout qi_lb60_ecclayout = {
|
|||||||
30, 31, 32, 33, 34, 35, 36, 37,
|
30, 31, 32, 33, 34, 35, 36, 37,
|
||||||
38, 39, 40, 41},
|
38, 39, 40, 41},
|
||||||
.oobfree = {
|
.oobfree = {
|
||||||
{.offset = 0,
|
{.offset = 2,
|
||||||
.length = 6},
|
.length = 4},
|
||||||
{.offset = 42,
|
{.offset = 42,
|
||||||
.length = 22}}
|
.length = 22}}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user