brcm63xx: do not require fixed partitions when probing from DT
Allow the parser to be invoked from DT without fixed cfe/linux/nvram partitions. This allows flash to be probed from DT also for multi flash-size images. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
This commit is contained in:
@@ -342,7 +342,7 @@
|
|||||||
+ struct mtd_partition **pparts,
|
+ struct mtd_partition **pparts,
|
||||||
+ struct mtd_part_parser_data *data)
|
+ struct mtd_part_parser_data *data)
|
||||||
+{
|
+{
|
||||||
+ if (mtd_get_of_node(master))
|
+ if (mtd_get_of_node(master) && of_get_child_count(mtd_get_of_node(master)))
|
||||||
+ return bcm63xx_parse_cfe_partitions_of(master, pparts, data);
|
+ return bcm63xx_parse_cfe_partitions_of(master, pparts, data);
|
||||||
+ else
|
+ else
|
||||||
+ return bcm63xx_parse_cfe_partitions(master, pparts, data);
|
+ return bcm63xx_parse_cfe_partitions(master, pparts, data);
|
||||||
|
|||||||
Reference in New Issue
Block a user