diff options
Diffstat (limited to 'drivers/mtd/nand/davinci_nand.c')
-rw-r--r-- | drivers/mtd/nand/davinci_nand.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/mtd/nand/davinci_nand.c b/drivers/mtd/nand/davinci_nand.c index 1f34951ae1a7..69f70195ff35 100644 --- a/drivers/mtd/nand/davinci_nand.c +++ b/drivers/mtd/nand/davinci_nand.c | |||
@@ -581,7 +581,9 @@ static int __init nand_davinci_probe(struct platform_device *pdev) | |||
581 | info->chip.chip_delay = 0; | 581 | info->chip.chip_delay = 0; |
582 | info->chip.select_chip = nand_davinci_select_chip; | 582 | info->chip.select_chip = nand_davinci_select_chip; |
583 | 583 | ||
584 | /* options such as NAND_USE_FLASH_BBT or 16-bit widths */ | 584 | /* options such as NAND_USE_FLASH_BBT */ |
585 | info->chip.bbt_options = pdata->bbt_options; | ||
586 | /* options such as 16-bit widths */ | ||
585 | info->chip.options = pdata->options; | 587 | info->chip.options = pdata->options; |
586 | info->chip.bbt_td = pdata->bbt_td; | 588 | info->chip.bbt_td = pdata->bbt_td; |
587 | info->chip.bbt_md = pdata->bbt_md; | 589 | info->chip.bbt_md = pdata->bbt_md; |