Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27766
b: refs/heads/master
c: 6943f8a
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse committed May 13, 2006
1 parent b8d12d9 commit d557d4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9d75414b4fa7390975ef0e2b56ff40425657fe52
refs/heads/master: 6943f8af7d6583be57d67bba8b2644371f6a10ca
4 changes: 2 additions & 2 deletions trunk/drivers/mtd/nand/nand_bbt.c
Original file line number Diff line number Diff line change
Expand Up @@ -981,14 +981,14 @@ static struct nand_bbt_descr largepage_memorybased = {
};

static struct nand_bbt_descr smallpage_flashbased = {
.options = NAND_BBT_SCANEMPTY | NAND_BBT_SCANALLPAGES,
.options = NAND_BBT_SCAN2NDPAGE,
.offs = 5,
.len = 1,
.pattern = scan_ff_pattern
};

static struct nand_bbt_descr largepage_flashbased = {
.options = NAND_BBT_SCANEMPTY | NAND_BBT_SCANALLPAGES,
.options = NAND_BBT_SCAN2NDPAGE,
.offs = 0,
.len = 2,
.pattern = scan_ff_pattern
Expand Down

0 comments on commit d557d4f

Please sign in to comment.