diff options
-rw-r--r-- | drivers/mtd/nand/denali.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mtd/nand/denali.c b/drivers/mtd/nand/denali.c index 09f51395f2c0..870c7fc0f759 100644 --- a/drivers/mtd/nand/denali.c +++ b/drivers/mtd/nand/denali.c | |||
@@ -1533,6 +1533,9 @@ int denali_init(struct denali_nand_info *denali) | |||
1533 | denali->nand.options |= NAND_SKIP_BBTSCAN; | 1533 | denali->nand.options |= NAND_SKIP_BBTSCAN; |
1534 | denali->nand.ecc.mode = NAND_ECC_HW_SYNDROME; | 1534 | denali->nand.ecc.mode = NAND_ECC_HW_SYNDROME; |
1535 | 1535 | ||
1536 | /* no subpage writes on denali */ | ||
1537 | denali->nand.options |= NAND_NO_SUBPAGE_WRITE; | ||
1538 | |||
1536 | /* | 1539 | /* |
1537 | * Denali Controller only support 15bit and 8bit ECC in MRST, | 1540 | * Denali Controller only support 15bit and 8bit ECC in MRST, |
1538 | * so just let controller do 15bit ECC for MLC and 8bit ECC for | 1541 | * so just let controller do 15bit ECC for MLC and 8bit ECC for |