mtd: nand: kill NAND_NO_AUTOINCR option
[deliverable/linux.git] / drivers / mtd / nand / pxa3xx_nand.c
index def50caa6f84b259fd5ed23e702efcd5977317cb..36a32a0d3b9f96475d1b497a70c434eff8e56e81 100644 (file)
@@ -1004,7 +1004,6 @@ KEEP_CONFIG:
        chip->ecc.size = host->page_size;
        chip->ecc.strength = 1;
 
-       chip->options = NAND_NO_AUTOINCR;
        chip->options |= NAND_NO_READRDY;
        if (host->reg_ndcr & NDCR_DWIDTH_M)
                chip->options |= NAND_BUSWIDTH_16;
This page took 0.024851 seconds and 5 git commands to generate.