summaryrefslogtreecommitdiff
path: root/cmd
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
parentcd3872ce7e5bf90424a10eda0fe405d04e82adb9 (diff)
parentc2ee5ee7b3393770dbe809ca36814083feffaf83 (diff)
downloadu-boot-socfpga-1573b6a86993fcf80d4badc866a46b78df7e6bda.tar.gz
Merge tag 'dm-pull-26aug22' of https://source.denx.de/u-boot/custodians/u-boot-dm
binman/patman documentation improvements other minor fixes
Diffstat (limited to 'cmd')
-rw-r--r--cmd/Kconfig2
-rw-r--r--cmd/dm.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 211ebe9c87..8ea064b8d2 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -333,7 +333,7 @@ config BOOTM_RTEMS
config CMD_VBE
bool "vbe - Verified Boot for Embedded"
depends on BOOTMETH_VBE
- default y
+ default y if BOOTSTD_FULL
help
Provides various subcommands related to VBE, such as listing the
available methods, looking at the state and changing which method
diff --git a/cmd/dm.c b/cmd/dm.c
index eb40f0865f..218be85795 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