diff options
author | Masahisa Kojima <masahisa.kojima@linaro.org> | 2022-04-28 17:09:44 +0900 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2022-05-03 21:39:22 +0200 |
commit | 2158b0da220ccbe969bc18668263141d9a89f13e (patch) | |
tree | b92f707c966cee9391291feed281c2c6be4412b2 /lib/fdtdec.c | |
parent | c606c0059f7f81d06ed316e9cd654ffbbad84ad5 (diff) |
bootmenu: add Kconfig option not to enter U-Boot console
This commit adds the Kconfig option to disable to enter
the U-Boot console from bootmenu.
If CMD_BOOTMENU_ENTER_UBOOT_CONSOLE is enabled, "U-Boot console"
entry is appeared as the last entry in the bootmenu, then user can
enter U-Boot console.
If CMD_BOOTMENU_ENTER_UBOOT_CONSOLE is disabled, "Quit" entry
is appeared as the last entry instead of "U-Boot console".
When user chooses "Quit" from bootmenu, the following default
commands are invoked.
- "bootefi bootmgr" (if efi bootmgr is enabled)
- "run bootcmd"
If the both commands are executed and returns to the bootmenu,
the bootmenu will appears again.
Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org>
Diffstat (limited to 'lib/fdtdec.c')
0 files changed, 0 insertions, 0 deletions