aboutsummaryrefslogtreecommitdiff
path: root/cmd/dm.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-08-27 08:07:09 -0400
committerTom Rini <trini@konsulko.com>2022-08-27 08:07:09 -0400
commit1573b6a86993fcf80d4badc866a46b78df7e6bda (patch)
treed56567f58fac5b9cd1578df9e0bd5a8982a27235 /cmd/dm.c
parentcd3872ce7e5bf90424a10eda0fe405d04e82adb9 (diff)
parentc2ee5ee7b3393770dbe809ca36814083feffaf83 (diff)
downloadu-boot-WIP/27Aug2022.zip
u-boot-WIP/27Aug2022.tar.gz
u-boot-WIP/27Aug2022.tar.bz2
Merge tag 'dm-pull-26aug22' of https://source.denx.de/u-boot/custodians/u-boot-dmWIP/27Aug2022
binman/patman documentation improvements other minor fixes
Diffstat (limited to 'cmd/dm.c')
-rw-r--r--cmd/dm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/dm.c b/cmd/dm.c
index eb40f08..218be85 100644
--- a/cmd/dm.c
+++ b/cmd/dm.c
@@ -87,7 +87,7 @@ static char dm_help_text[] =
"dm drivers Dump list of drivers with uclass and instances\n"
DM_MEM_HELP
"dm static Dump list of drivers with static platform data\n"
- "dn tree Dump tree of driver model devices ('*' = activated)\n"
+ "dm tree Dump tree of driver model devices ('*' = activated)\n"
"dm uclass Dump list of instances for each uclass"
;
#endif