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 /arch/arm/mach-ep93xx | |
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 'arch/arm/mach-ep93xx')
-rw-r--r-- | arch/arm/mach-ep93xx/snappercl15.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-ep93xx/snappercl15.c b/arch/arm/mach-ep93xx/snappercl15.c index 5df9092f1fcc..376b8f5ecfa3 100644 --- a/arch/arm/mach-ep93xx/snappercl15.c +++ b/arch/arm/mach-ep93xx/snappercl15.c | |||
@@ -100,7 +100,6 @@ static struct platform_nand_data snappercl15_nand_data = { | |||
100 | .nr_chips = 1, | 100 | .nr_chips = 1, |
101 | .partitions = snappercl15_nand_parts, | 101 | .partitions = snappercl15_nand_parts, |
102 | .nr_partitions = ARRAY_SIZE(snappercl15_nand_parts), | 102 | .nr_partitions = ARRAY_SIZE(snappercl15_nand_parts), |
103 | .options = NAND_NO_AUTOINCR, | ||
104 | .chip_delay = 25, | 103 | .chip_delay = 25, |
105 | }, | 104 | }, |
106 | .ctrl = { | 105 | .ctrl = { |