Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332652
b: refs/heads/master
c: f3bae3d
h: refs/heads/master
v: v3
  • Loading branch information
Shmulik Ladkani authored and David Woodhouse committed Jul 6, 2012
1 parent 65b836f commit 91774bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: b8c2d652f4f26a5cc62d93f8a1c934f45e6bf8f5
refs/heads/master: f3bae3df764737a168fbc51484b277cf0187933e
5 changes: 4 additions & 1 deletion trunk/include/linux/mtd/bbm.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,10 @@ struct nand_bbt_descr {
* OOB area. This option is passed to the default bad block table function.
*/
#define NAND_BBT_USE_FLASH 0x00020000
/* Do not store flash based bad block table in OOB area; store it in-band */
/*
* Do not store flash based bad block table marker in the OOB area; store it
* in-band.
*/
#define NAND_BBT_NO_OOB 0x00040000
/*
* Do not write new bad block markers to OOB; useful, e.g., when ECC covers
Expand Down

0 comments on commit 91774bb

Please sign in to comment.