]> Git Repo - J-u-boot.git/commit
bootmenu: U-Boot console is enabled as default
authorMasahisa Kojima <[email protected]>
Thu, 26 May 2022 10:09:38 +0000 (19:09 +0900)
committerHeinrich Schuchardt <[email protected]>
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 <[email protected]>
Tested-by: Pali Rohar <[email protected]>
Reviewed-by: Ilias Apalodimas <[email protected]>
Reviewed-by: Heinrich Schuchardt <[email protected]>
boot/Kconfig
cmd/Kconfig
cmd/bootmenu.c
This page took 0.027664 seconds and 4 git commands to generate.