From 283b0e72771d10daa29671965f1d0eee9bafc126 Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Fri, 18 Mar 2011 21:53:41 -0700 Subject: [PATCH] --- yaml --- r: 252473 b: refs/heads/master c: a626743f579aa743473fd8b9215ca198bacf2ac4 h: refs/heads/master i: 252471: deebd9b5213143b6463b82c671edcbd2c73a3459 v: v3 --- [refs] | 2 +- trunk/include/linux/mtd/nand.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 */