diff options
| author | Tom Rini <[email protected]> | 2022-08-27 08:07:09 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-08-27 08:07:09 -0400 |
| commit | 1573b6a86993fcf80d4badc866a46b78df7e6bda (patch) | |
| tree | d56567f58fac5b9cd1578df9e0bd5a8982a27235 /cmd | |
| parent | cd3872ce7e5bf90424a10eda0fe405d04e82adb9 (diff) | |
| parent | c2ee5ee7b3393770dbe809ca36814083feffaf83 (diff) | |
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/Kconfig | 2 | ||||
| -rw-r--r-- | cmd/dm.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 211ebe9c878..8ea064b8d2f 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 @@ -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 |
