mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +02:00
autoboot: Rename CONFIG_MENU_SHOW to include AUTOBOOT
Rename this option to CONFIG_AUTOBOOT_MENU_SHOW this it relates to the autoboot functionality. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -324,7 +324,7 @@ const char *bootdelay_process(void)
|
||||
|
||||
debug("### main_loop entered: bootdelay=%d\n\n", bootdelay);
|
||||
|
||||
#if defined(CONFIG_MENU_SHOW)
|
||||
#if defined(CONFIG_AUTOBOOT_MENU_SHOW)
|
||||
bootdelay = menu_show(bootdelay);
|
||||
#endif
|
||||
bootretry_init_cmd_timeout();
|
||||
|
Reference in New Issue
Block a user