summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorChristian Hitz <christian.hitz@aizo.com>2011-10-12 09:32:04 +0200
committerScott Wood <scottwood@freescale.com>2012-01-26 16:09:02 -0600
commitff8a8a718341e42af8642f01ce630d4a77c58f82 (patch)
tree8ac126183a33a36fbd818dc05ee01dc3aa629751 /include/linux
parent2a8e0fc8b3dc31a3c571e439fbf04b882c8986be (diff)
downloadtalos-obmc-uboot-ff8a8a718341e42af8642f01ce630d4a77c58f82.tar.gz
talos-obmc-uboot-ff8a8a718341e42af8642f01ce630d4a77c58f82.zip
nand: Merge changes to BBT from Linux nand driver
[backport from linux commit 02f8c6aee8df3cdc935e9bdd4f2d020306035dbe] This patch synchronizes the nand driver with the Linux 3.0 state. Signed-off-by: Christian Hitz <christian.hitz@aizo.com> Cc: Scott Wood <scottwood@freescale.com> Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/mtd/bbm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mtd/bbm.h b/include/linux/mtd/bbm.h
index 2fb36177ab..8cbcdae114 100644
--- a/include/linux/mtd/bbm.h
+++ b/include/linux/mtd/bbm.h
@@ -105,6 +105,8 @@ struct nand_bbt_descr {
#define NAND_BBT_SCANBYTE1AND6 0x00100000
/* The nand_bbt_descr was created dynamicaly and must be freed */
#define NAND_BBT_DYNAMICSTRUCT 0x00200000
+/* The bad block table does not OOB for marker */
+#define NAND_BBT_NO_OOB 0x00400000
/* The maximum number of blocks to scan for a bbt */
#define NAND_BBT_SCAN_MAXBLOCKS 4
OpenPOWER on IntegriCloud