summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLadislav Michl <ladis@linux-mips.org>2018-10-28 22:24:21 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2018-12-14 20:20:27 +0100
commit33f3c16b56cde630a1de7791a8723905fce6fdb2 (patch)
tree207533daaef4aa53d58accc4391d27d1b3c454de /include
parent939a4e9dc0e6a014ad1d2c73b170cc18bf27fad9 (diff)
downloadbarebox-33f3c16b56cde630a1de7791a8723905fce6fdb2.tar.gz
barebox-33f3c16b56cde630a1de7791a8723905fce6fdb2.tar.xz
mtd: nand_bbt: kill NAND_BBT_SCANALLPAGES
Linux commit 5961ad2cb4dd adapted for Barebox: Now that the last user of NAND_BBT_SCANALLPAGES has been removed, let's kill this peculiar BBT feature flag. Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mtd/bbm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/mtd/bbm.h b/include/linux/mtd/bbm.h
index 95fc482cef..36bb6a503f 100644
--- a/include/linux/mtd/bbm.h
+++ b/include/linux/mtd/bbm.h
@@ -91,8 +91,6 @@ struct nand_bbt_descr {
* with NAND_BBT_CREATE.
*/
#define NAND_BBT_CREATE_EMPTY 0x00000400
-/* Search good / bad pattern through all pages of a block */
-#define NAND_BBT_SCANALLPAGES 0x00000800
/* Write bbt if neccecary */
#define NAND_BBT_WRITE 0x00002000
/* Read and write back block contents when writing bbt */