summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2022-05-08 04:39:19 -0600
committerSimon Glass <[email protected]>2022-06-28 03:09:52 +0100
commit1452870404804210db1d797ec046e24a99c101bf (patch)
tree4d74f730b71202a9a96c5a5d7185f51904cc5b1c /drivers
parent06d590844f3560facdaeba728148e8db0fdbb023 (diff)
dm: core: Rename dm_dump_all()
This is not a good name anymore as it does not dump everything. Rename it to dm_dump_tree() to avoid confusion. Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/core/dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/core/dump.c b/drivers/core/dump.c
index 21d9e7a91f7..994e308f057 100644
--- a/drivers/core/dump.c
+++ b/drivers/core/dump.c
@@ -45,7 +45,7 @@ static void show_devices(struct udevice *dev, int depth, int last_flag)
}
}
-void dm_dump_all(void)
+void dm_dump_tree(void)
{
struct udevice *root;