summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/s3c2410.c
diff options
context:
space:
mode:
authorBen Dooks <ben@simtec.co.uk>2009-11-02 18:12:51 (GMT)
committerDavid Woodhouse <David.Woodhouse@intel.com>2009-11-30 09:49:28 (GMT)
commit74218fedf478323cce831b51507eebd1faf0bf7f (patch)
tree250831fbd3d1bd09c3aea810476bdce466b0d889 /drivers/mtd/nand/s3c2410.c
parentb1c6e6db5bb7acad82e1c64914c6a9404dae3ee1 (diff)
downloadlinux-fsl-qoriq-74218fedf478323cce831b51507eebd1faf0bf7f.tar.xz
mtd: s3c2410: propagate nand options from the platform data
Update the nand information passed to the core from the platform data to setup the initial option value, so that flags such as NAND_SCAN_SILENT_NODEV can pass through. Signed-off-by: Ben Dooks <ben@simtec.co.uk> Signed-off-by: Simtec Linux Team <linux@simtec.co.uk> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/nand/s3c2410.c')
-rw-r--r--drivers/mtd/nand/s3c2410.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/s3c2410.c b/drivers/mtd/nand/s3c2410.c
index 11dc7e6..6e88bd3 100644
--- a/drivers/mtd/nand/s3c2410.c
+++ b/drivers/mtd/nand/s3c2410.c
@@ -774,7 +774,7 @@ static void s3c2410_nand_init_chip(struct s3c2410_nand_info *info,
chip->select_chip = s3c2410_nand_select_chip;
chip->chip_delay = 50;
chip->priv = nmtd;
- chip->options = 0;
+ chip->options = set->options;
chip->controller = &info->controller;
switch (info->cpu_type) {