projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12e800c
)
autoboot: add necessary dependency at AUTOBOOT_MENU_SHOW
author
AKASHI Takahiro
<takahiro.akashi@linaro.org>
Thu, 12 Sep 2019 06:31:22 +0000
(15:31 +0900)
committer
Tom Rini
<trini@konsulko.com>
Fri, 4 Oct 2019 16:21:23 +0000
(12:21 -0400)
Otherwise, menu_show() will be undefined in bootdelay_process().
Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
cmd/Kconfig
patch
|
blob
|
history
diff --git
a/cmd/Kconfig
b/cmd/Kconfig
index 98647f58b7acaf8fa3c5b7a31010f260b93d481a..c61c85162293f3244bc54873cdea7561ad0af369 100644
(file)
--- a/
cmd/Kconfig
+++ b/
cmd/Kconfig
@@
-172,6
+172,7
@@
config AUTOBOOT_MENUKEY
config AUTOBOOT_MENU_SHOW
bool "Show a menu on boot"
+ depends on CMD_BOOTMENU
help
This enables the boot menu, controlled by environment variables
defined by the board. The menu starts after running the 'preboot'