]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootmenu: U-Boot console is enabled as default
authorMasahisa Kojima <masahisa.kojima@linaro.org>
Thu, 26 May 2022 10:09:38 +0000 (19:09 +0900)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 28 May 2022 08:59:27 +0000 (10:59 +0200)
commit83f73632c9dd8ee2a6f67b0d1086c5b1ed95bd2f
treed515f6585a108210bd923ffc4adf4ae627b18404
parenta24b20ea67f0fac7ab139769a9ff478d4fd1edda
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 <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>
boot/Kconfig
cmd/Kconfig
cmd/bootmenu.c