diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mtd/bbm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mtd/bbm.h b/include/linux/mtd/bbm.h index 7929514781ea..ff18c0850519 100644 --- a/include/linux/mtd/bbm.h +++ b/include/linux/mtd/bbm.h | |||
| @@ -104,7 +104,7 @@ struct nand_bbt_descr { | |||
| 104 | * Use a flash based bad block table. By default, OOB identifier is saved in | 104 | * Use a flash based bad block table. By default, OOB identifier is saved in |
| 105 | * OOB area. This option is passed to the default bad block table function. | 105 | * OOB area. This option is passed to the default bad block table function. |
| 106 | */ | 106 | */ |
| 107 | #define NAND_USE_FLASH_BBT 0x00040000 | 107 | #define NAND_BBT_USE_FLASH 0x00040000 |
| 108 | /* Do not store flash based bad block table in OOB area; store it in-band */ | 108 | /* Do not store flash based bad block table in OOB area; store it in-band */ |
| 109 | #define NAND_BBT_NO_OOB 0x00080000 | 109 | #define NAND_BBT_NO_OOB 0x00080000 |
| 110 | 110 | ||
