]> git.baikalelectronics.ru Git - uboot.git/commit
dm: core: Sort dm subcommands
authorSimon Glass <sjg@chromium.org>
Sun, 8 May 2022 10:39:20 +0000 (04:39 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 28 Jun 2022 02:09:52 +0000 (03:09 +0100)
commit50daeddc8a956de1f266273821d96dcc83e8b46d
tree434fde36a1812968b4b6fdb29ab3dc30280d9078
parent5ad1d661d18a25f38931575126d925332c707c7b
dm: core: Sort dm subcommands

Put these in alphabetic order, both in the help and in the implementation,
as there are quite a few subcommands now. Tweak the help for 'dm tree' to
better explain what it does.

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/dm.c