diff options
| author | Masahisa Kojima <[email protected]> | 2022-05-26 19:09:38 +0900 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2022-05-28 10:59:27 +0200 |
| commit | 83f73632c9dd8ee2a6f67b0d1086c5b1ed95bd2f (patch) | |
| tree | d515f6585a108210bd923ffc4adf4ae627b18404 /cmd/Kconfig | |
| parent | a24b20ea67f0fac7ab139769a9ff478d4fd1edda (diff) | |
bootmenu: U-Boot console is enabled as default
The commit 2158b0da220c ("bootmenu: add Kconfig option
not to enter U-Boot console") disables to enter U-Boot
console from bootmenu as default, this change affects the
existing bootmenu users.
This commit reverts the default behavior, the bootmenu can
enter U-Boot console same as before.
CMD_BOOTMENU_ENTER_UBOOT_CONSOLE is renamed
BOOTMENU_DISABLE_UBOOT_CONSOLE and depends on
AUTOBOOT_MENU_SHOW.
Fixes: 2158b0da220c ("bootmenu: add Kconfig option not to enter U-Boot console")
Signed-off-by: Masahisa Kojima <[email protected]>
Tested-by: Pali Rohar <[email protected]>
Reviewed-by: Ilias Apalodimas <[email protected]>
Reviewed-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'cmd/Kconfig')
| -rw-r--r-- | cmd/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 69c1814d24a..09193b61b95 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -357,16 +357,6 @@ config CMD_BOOTMENU help Add an ANSI terminal boot menu command. -config CMD_BOOTMENU_ENTER_UBOOT_CONSOLE - bool "Allow Bootmenu to enter the U-Boot console" - depends on CMD_BOOTMENU - default n - help - Add an entry to enter U-Boot console in bootmenu. - If this option is disabled, user can not enter - the U-Boot console from bootmenu. It increases - the system security. - config CMD_ADTIMG bool "adtimg" help |
