aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorAKASHI Takahiro <takahiro.akashi@linaro.org>2019-09-12 15:31:22 +0900
committerTom Rini <trini@konsulko.com>2019-10-04 12:21:23 -0400
commitdd2d9899720895881e5c60fb38f91f22c53c97cc (patch)
tree555a81bff046972ddd9ef7b6205eda9402cc4c18 /cmd
parent12e800cdab629beec634d30b9bfe6d655ea14cc9 (diff)
downloadu-boot-dd2d9899720895881e5c60fb38f91f22c53c97cc.zip
u-boot-dd2d9899720895881e5c60fb38f91f22c53c97cc.tar.gz
u-boot-dd2d9899720895881e5c60fb38f91f22c53c97cc.tar.bz2
autoboot: add necessary dependency at AUTOBOOT_MENU_SHOW
Otherwise, menu_show() will be undefined in bootdelay_process(). Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 98647f5..c61c851 100644
--- 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'