mtd: s3c nand: parsing command-line partitions prior to set->partitions
authorConke Hu <conke@maxwit.com>
Tue, 13 Jul 2010 04:56:30 +0000 (12:56 +0800)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 2 Aug 2010 08:08:13 +0000 (09:08 +0100)
commit78d1022439e501bc4a1a32bfaad5a321b8a9d5d6
treebc10b95bff7993ae36d45a416df8404e2a3b84fa
parent6a8cfcfb0de881735df4031eb5cc99be3d0971e9
mtd: s3c nand: parsing command-line partitions prior to set->partitions

Current driver prevents command-line partitions from being parsed when built-in
partitions are defined in s3c2410_nand_set object, but it is not desirable in some
cases. This patch tries to parse commad-line partitions prior to the built-in.

Signed-off-by: Conke Hu <conke@maxwit.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/nand/s3c2410.c