diff options
author | Christian Hitz <christian.hitz@aizo.com> | 2011-10-12 09:32:04 +0200 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2012-01-26 16:09:02 -0600 |
commit | ff8a8a718341e42af8642f01ce630d4a77c58f82 (patch) | |
tree | 8ac126183a33a36fbd818dc05ee01dc3aa629751 /include/linux | |
parent | 2a8e0fc8b3dc31a3c571e439fbf04b882c8986be (diff) | |
download | u-boot-imx-ff8a8a718341e42af8642f01ce630d4a77c58f82.zip u-boot-imx-ff8a8a718341e42af8642f01ce630d4a77c58f82.tar.gz u-boot-imx-ff8a8a718341e42af8642f01ce630d4a77c58f82.tar.bz2 |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mtd/bbm.h b/include/linux/mtd/bbm.h index 2fb3617..8cbcdae 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 |