summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorBrian Norris2013-10-30 05:41:30 +0100
committerBrian Norris2013-11-07 08:33:14 +0100
commit5961ad2cb4dd14933889f5219e0d8505669d752d (patch)
treec6e9ce9741873ff0f3f5111e2de86b9ddbc407a1 /Documentation
parentmtd: m25p80: fixup device removal failure path (diff)
downloadkernel-qcow2-linux-5961ad2cb4dd14933889f5219e0d8505669d752d.tar.gz
kernel-qcow2-linux-5961ad2cb4dd14933889f5219e0d8505669d752d.tar.xz
kernel-qcow2-linux-5961ad2cb4dd14933889f5219e0d8505669d752d.zip
mtd: nand_bbt: kill NAND_BBT_SCANALLPAGES
Now that the last user of NAND_BBT_SCANALLPAGES has been removed, let's kill this peculiar BBT feature flag. Signed-off-by: Brian Norris <computersforpeace@gmail.com> Reviewed-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/DocBook/mtdnand.tmpl2
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/DocBook/mtdnand.tmpl b/Documentation/DocBook/mtdnand.tmpl
index a248f42a121e..cd11926e07c7 100644
--- a/Documentation/DocBook/mtdnand.tmpl
+++ b/Documentation/DocBook/mtdnand.tmpl
@@ -1222,8 +1222,6 @@ in this page</entry>
#define NAND_BBT_VERSION 0x00000100
/* Create a bbt if none axists */
#define NAND_BBT_CREATE 0x00000200
-/* Search good / bad pattern through all pages of a block */
-#define NAND_BBT_SCANALLPAGES 0x00000400
/* Write bbt if neccecary */
#define NAND_BBT_WRITE 0x00001000
/* Read and write back block contents when writing bbt */