From: Jonas Gorski Date: Mon, 5 Dec 2011 15:08:10 +0000 (+0100) Subject: MIPS: BCM63XX: use the new bcm63xxpart parser X-Git-Tag: next-20111207~48^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5026fc62d86f22400a836ce6c4868ab15dd3d96a;p=karo-tx-linux.git MIPS: BCM63XX: use the new bcm63xxpart parser Signed-off-by: Jonas Gorski Acked-by: Florian Fainelli Signed-off-by: Artem Bityutskiy --- diff --git a/arch/mips/bcm63xx/boards/board_bcm963xx.c b/arch/mips/bcm63xx/boards/board_bcm963xx.c index 40b223b603be..c22385400fc9 100644 --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c @@ -834,10 +834,13 @@ static struct mtd_partition mtd_partitions[] = { } }; +static const char *bcm63xx_part_types[] = { "bcm63xxpart", NULL }; + static struct physmap_flash_data flash_data = { .width = 2, .nr_parts = ARRAY_SIZE(mtd_partitions), .parts = mtd_partitions, + .part_probe_types = bcm63xx_part_types, }; static struct resource mtd_resources[] = {