diff --git a/[refs] b/[refs] index 401abd138fe3..71a4b591d1f4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9c76b4e531735a6b3b73d982d79559b98c66b11b +refs/heads/master: a626743f579aa743473fd8b9215ca198bacf2ac4 diff --git a/trunk/include/linux/mtd/nand.h b/trunk/include/linux/mtd/nand.h index d44192740f6f..c2b9ac4fbc4a 100644 --- a/trunk/include/linux/mtd/nand.h +++ b/trunk/include/linux/mtd/nand.h @@ -237,9 +237,9 @@ typedef enum { * If passed additionally to NAND_USE_FLASH_BBT then BBT code will not touch * the OOB area. */ -#define NAND_USE_FLASH_BBT_NO_OOB 0x00100000 +#define NAND_USE_FLASH_BBT_NO_OOB 0x00800000 /* Create an empty BBT with no vendor information if the BBT is available */ -#define NAND_CREATE_EMPTY_BBT 0x00200000 +#define NAND_CREATE_EMPTY_BBT 0x01000000 /* Options set by nand scan */ /* Nand scan has allocated controller struct */