aboutsummaryrefslogtreecommitdiff
path: root/Documentation/DocBook
diff options
context:
space:
mode:
authorGravatar Brian Norris <computersforpeace@gmail.com> 2011-05-31 16:31:23 -0700
committerGravatar Artem Bityutskiy <artem.bityutskiy@intel.com> 2011-09-11 15:01:56 +0300
commitbb9ebd4e714385a2592a482845865ef2d58b2868 (patch)
tree77d5892fb0a3a6a883101b459e467f73aad6e721 /Documentation/DocBook
parentmtd: nand: consolidate redundant flash-based BBT flags (diff)
downloadlinux-bb9ebd4e714385a2592a482845865ef2d58b2868.tar.gz
linux-bb9ebd4e714385a2592a482845865ef2d58b2868.tar.bz2
linux-bb9ebd4e714385a2592a482845865ef2d58b2868.zip
mtd: nand: rename NAND_USE_FLASH_BBT
Recall the recently added prefix requirements: * "NAND_" for flags in nand.h, used in nand_chip.options * "NAND_BBT_" for flags in bbm.h, used in nand_chip.bbt_options or in nand_bbt_descr.options Thus, I am changing NAND_USE_FLASH_BBT to NAND_BBT_USE_FLASH. Again, this flag is found in bbm.h and so should NOT be used in the "nand_chip.options" field. Signed-off-by: Brian Norris <computersforpeace@gmail.com> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r--Documentation/DocBook/mtdnand.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/mtdnand.tmpl b/Documentation/DocBook/mtdnand.tmpl
index 05cc83ea8ef7..8c07540c181c 100644
--- a/Documentation/DocBook/mtdnand.tmpl
+++ b/Documentation/DocBook/mtdnand.tmpl
@@ -572,7 +572,7 @@ static void board_select_chip (struct mtd_info *mtd, int chip)
</para>
<para>
The simplest way to activate the FLASH based bad block table support
- is to set the option NAND_USE_FLASH_BBT in the bbt_option field of
+ is to set the option NAND_BBT_USE_FLASH in the bbt_option field of
the nand chip structure before calling nand_scan(). For AG-AND
chips is this done by default.
This activates the default FLASH based bad block table functionality