Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f4aa7adb authored by Jonas Gorski's avatar Jonas Gorski Committed by David Woodhouse
Browse files

MIPS: BCM63XX: use the new bcm63xxpart parser

parent 529688fe
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -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 = {
static struct physmap_flash_data flash_data = {
	.width			= 2,
	.width			= 2,
	.nr_parts		= ARRAY_SIZE(mtd_partitions),
	.nr_parts		= ARRAY_SIZE(mtd_partitions),
	.parts			= mtd_partitions,
	.parts			= mtd_partitions,
	.part_probe_types	= bcm63xx_part_types,
};
};


static struct resource mtd_resources[] = {
static struct resource mtd_resources[] = {