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)
commitdee2f5ae5cde41a5f9da7f154b47bfe92f531957
tree434fde36a1812968b4b6fdb29ab3dc30280d9078
parent1452870404804210db1d797ec046e24a99c101bf
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