Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: BCM63XX: use the new bcm63xxpart parser

Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Acked-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>

authored by

Jonas Gorski and committed by
David Woodhouse
f4aa7adb 529688fe

+3
+3
arch/mips/bcm63xx/boards/board_bcm963xx.c
··· 834 834 } 835 835 }; 836 836 837 + static const char *bcm63xx_part_types[] = { "bcm63xxpart", NULL }; 838 + 837 839 static struct physmap_flash_data flash_data = { 838 840 .width = 2, 839 841 .nr_parts = ARRAY_SIZE(mtd_partitions), 840 842 .parts = mtd_partitions, 843 + .part_probe_types = bcm63xx_part_types, 841 844 }; 842 845 843 846 static struct resource mtd_resources[] = {