mtd: nand: kill NAND_NO_AUTOINCR option
[deliverable/linux.git] / arch / mips / rb532 / devices.c
index a969eb8266340326c17509cfbba6522498f0d6cd..08c4f8e03ffebac6d39bb7f8a3111f5a0fe5deff 100644 (file)
@@ -292,7 +292,6 @@ static void __init rb532_nand_setup(void)
        rb532_nand_data.chip.nr_partitions = ARRAY_SIZE(rb532_partition_info);
        rb532_nand_data.chip.partitions = rb532_partition_info;
        rb532_nand_data.chip.chip_delay = NAND_CHIP_DELAY;
-       rb532_nand_data.chip.options = NAND_NO_AUTOINCR;
 }
 
 
This page took 0.028334 seconds and 5 git commands to generate.