diff options
author | Brian Norris <computersforpeace@gmail.com> | 2012-05-01 20:12:55 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2012-05-14 00:15:38 -0400 |
commit | 1826dbccebc9a58a0b0c0a9b7c09e47b19d97398 (patch) | |
tree | 098b450ef3c9a682846b9db44f1c201d233bf7dd /Documentation | |
parent | c00a0991d14dce8d714becc49ec8ae5db9c8ac98 (diff) |
mtd: nand: kill NAND_NO_AUTOINCR option
No drivers use auto-increment NAND, so kill the NO_AUTOINCR option entirely.
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/DocBook/mtdnand.tmpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/DocBook/mtdnand.tmpl b/Documentation/DocBook/mtdnand.tmpl index 0c674be0d3c6..e0aedb7a7827 100644 --- a/Documentation/DocBook/mtdnand.tmpl +++ b/Documentation/DocBook/mtdnand.tmpl | |||
@@ -1119,8 +1119,6 @@ in this page</entry> | |||
1119 | These constants are defined in nand.h. They are ored together to describe | 1119 | These constants are defined in nand.h. They are ored together to describe |
1120 | the chip functionality. | 1120 | the chip functionality. |
1121 | <programlisting> | 1121 | <programlisting> |
1122 | /* Chip can not auto increment pages */ | ||
1123 | #define NAND_NO_AUTOINCR 0x00000001 | ||
1124 | /* Buswitdh is 16 bit */ | 1122 | /* Buswitdh is 16 bit */ |
1125 | #define NAND_BUSWIDTH_16 0x00000002 | 1123 | #define NAND_BUSWIDTH_16 0x00000002 |
1126 | /* Device supports partial programming without padding */ | 1124 | /* Device supports partial programming without padding */ |