bootmenu: U-Boot console is enabled as default
The commit2158b0da22("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:2158b0da22("bootmenu: add Kconfig option not to enter U-Boot console") Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org> Tested-by: Pali Rohar <pali@kernel.org> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
committed by
Heinrich Schuchardt
parent
a24b20ea67
commit
83f73632c9
10
cmd/Kconfig
10
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
|
||||
|
||||
Reference in New Issue
Block a user