diff options
| author | Tom Rini <[email protected]> | 2022-05-04 12:08:40 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-05-04 12:08:40 -0400 |
| commit | 1739a6db5403d187902dcebca548de0644c8078f (patch) | |
| tree | 62e9a921915bbd79cec42f528b6c454e8488f862 /doc/usage | |
| parent | c3d451d5e6b7c2ea6d83397d5b6c986ff6ab4ee3 (diff) | |
| parent | 2158b0da220ccbe969bc18668263141d9a89f13e (diff) | |
Merge tag 'efi-2022-07-rc2-2' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request for efi-2022-07-rc2-2
* Test
Unit test for 'bootmenu' command
* UEFI
Preparatory patches for implementing a UEFI boot options based menu
Diffstat (limited to 'doc/usage')
| -rw-r--r-- | doc/usage/cmd/bootmenu.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/usage/cmd/bootmenu.rst b/doc/usage/cmd/bootmenu.rst index 1016ac8cebd..9430f8c9aa1 100644 --- a/doc/usage/cmd/bootmenu.rst +++ b/doc/usage/cmd/bootmenu.rst @@ -12,7 +12,7 @@ selected using the "Enter" key. The selection of the highlighted menu entry invokes an U-Boot command (or a list of commands) associated with this menu entry. -The "bootmenu" command interprets ANSI escape sequencies, so +The "bootmenu" command interprets ANSI escape sequences, so an ANSI terminal is required for proper menu rendering and item selection. @@ -79,7 +79,7 @@ The above example will be rendered as below:: The selected menu entry will be highlighted - it will have inverted background and text colors. -The "bootmenu" cammand is enabled by:: +The "bootmenu" command is enabled by:: CONFIG_CMD_BOOTMENU=y |
