Commit ce4bbeeddb1dfc710554cc69fc21599311975077

Authored by H Hartley Sweeten
Committed by David Woodhouse
1 parent 8b62b0877b

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>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

arch/sh/boards/mach-migor/setup.c
... ... @@ -187,7 +187,6 @@
187 187 .partitions = migor_nand_flash_partitions,
188 188 .nr_partitions = ARRAY_SIZE(migor_nand_flash_partitions),
189 189 .chip_delay = 20,
190   - .part_probe_types = (const char *[]) { "cmdlinepart", NULL },
191 190 },
192 191 .ctrl = {
193 192 .dev_ready = migor_nand_flash_ready,