diff options
author | H Hartley Sweeten <hartleys@visionengravers.com> | 2012-03-28 14:14:04 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2012-05-13 23:47:09 -0400 |
commit | ce4bbeeddb1dfc710554cc69fc21599311975077 (patch) | |
tree | 2eb1dcec4be80c31697d529f8f2bd1db91628914 /arch/sh/boards | |
parent | 8b62b0877b4e08017341e591fa4c218a791e7a04 (diff) |
sh: Use the plat_nand default partition parser
Use the default partition parser, cmdlinepart, provided by the plat_nand driver.
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'arch/sh/boards')
-rw-r--r-- | arch/sh/boards/mach-migor/setup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/boards/mach-migor/setup.c b/arch/sh/boards/mach-migor/setup.c index ff6f69c6906e..de3e0f670f36 100644 --- a/arch/sh/boards/mach-migor/setup.c +++ b/arch/sh/boards/mach-migor/setup.c | |||
@@ -187,7 +187,6 @@ static struct platform_nand_data migor_nand_flash_data = { | |||
187 | .partitions = migor_nand_flash_partitions, | 187 | .partitions = migor_nand_flash_partitions, |
188 | .nr_partitions = ARRAY_SIZE(migor_nand_flash_partitions), | 188 | .nr_partitions = ARRAY_SIZE(migor_nand_flash_partitions), |
189 | .chip_delay = 20, | 189 | .chip_delay = 20, |
190 | .part_probe_types = (const char *[]) { "cmdlinepart", NULL }, | ||
191 | }, | 190 | }, |
192 | .ctrl = { | 191 | .ctrl = { |
193 | .dev_ready = migor_nand_flash_ready, | 192 | .dev_ready = migor_nand_flash_ready, |