ARM: mach-osiris: add NAND_SCAN_SILENT_NODEV to optional devices

Add the NAND_SCAN_SILENT_NODEV to the optional NAND devices that may not
be fitted to the board

Signed-off-by: Ben Dooks <ben@simtec.co.uk>
Signed-off-by: Simtec Linux Team <linux@simtec.co.uk>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>

authored by

Ben Dooks and committed by
Ben Dooks
d9237380 c9f937e4

+2
+2
arch/arm/mach-s3c2440/mach-osiris.c
··· 208 .name = "External", 209 .nr_chips = 1, 210 .nr_map = external_map, 211 .nr_partitions = ARRAY_SIZE(osiris_default_nand_part), 212 .partitions = osiris_default_nand_part, 213 }, ··· 223 .name = "chip1", 224 .nr_chips = 1, 225 .nr_map = chip1_map, 226 .nr_partitions = ARRAY_SIZE(osiris_default_nand_part), 227 .partitions = osiris_default_nand_part, 228 },
··· 208 .name = "External", 209 .nr_chips = 1, 210 .nr_map = external_map, 211 + .options = NAND_SCAN_SILENT_NODEV, 212 .nr_partitions = ARRAY_SIZE(osiris_default_nand_part), 213 .partitions = osiris_default_nand_part, 214 }, ··· 222 .name = "chip1", 223 .nr_chips = 1, 224 .nr_map = chip1_map, 225 + .options = NAND_SCAN_SILENT_NODEV, 226 .nr_partitions = ARRAY_SIZE(osiris_default_nand_part), 227 .partitions = osiris_default_nand_part, 228 },