All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] autoboot: add necessary dependency at AUTOBOOT_MENU_SHOW
@ 2019-09-12  6:31 AKASHI Takahiro
  2019-10-06  0:08 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: AKASHI Takahiro @ 2019-09-12  6:31 UTC (permalink / raw
  To: u-boot

Otherwise, menu_show() will be undefined in bootdelay_process().

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
---
 cmd/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cmd/Kconfig b/cmd/Kconfig
index 05872fa0d7f4..a6738a71b60f 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'
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] autoboot: add necessary dependency at AUTOBOOT_MENU_SHOW
  2019-09-12  6:31 [U-Boot] [PATCH] autoboot: add necessary dependency at AUTOBOOT_MENU_SHOW AKASHI Takahiro
@ 2019-10-06  0:08 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2019-10-06  0:08 UTC (permalink / raw
  To: u-boot

On Thu, Sep 12, 2019 at 03:31:22PM +0900, AKASHI Takahiro wrote:

> Otherwise, menu_show() will be undefined in bootdelay_process().
> 
> Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20191005/36b7d6c5/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-06  0:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-12  6:31 [U-Boot] [PATCH] autoboot: add necessary dependency at AUTOBOOT_MENU_SHOW AKASHI Takahiro
2019-10-06  0:08 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.