Commit 99a3b155 authored by Brian Norris's avatar Brian Norris

sh: mach-rsk: remove unnecessary MTD partition probe specification

The cmdlinepart parser is already supported in the default probe.
Signed-off-by: default avatarBrian Norris <computersforpeace@gmail.com>
parent 494da07c
...@@ -27,8 +27,6 @@ static struct regulator_consumer_supply dummy_supplies[] = { ...@@ -27,8 +27,6 @@ static struct regulator_consumer_supply dummy_supplies[] = {
REGULATOR_SUPPLY("vdd33a", "smsc911x"), REGULATOR_SUPPLY("vdd33a", "smsc911x"),
}; };
static const char *part_probes[] = { "cmdlinepart", NULL };
static struct mtd_partition rsk_partitions[] = { static struct mtd_partition rsk_partitions[] = {
{ {
.name = "Bootloader", .name = "Bootloader",
...@@ -50,7 +48,6 @@ static struct physmap_flash_data flash_data = { ...@@ -50,7 +48,6 @@ static struct physmap_flash_data flash_data = {
.parts = rsk_partitions, .parts = rsk_partitions,
.nr_parts = ARRAY_SIZE(rsk_partitions), .nr_parts = ARRAY_SIZE(rsk_partitions),
.width = 2, .width = 2,
.part_probe_types = part_probes,
}; };
static struct resource flash_resource = { static struct resource flash_resource = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment