autoboot: Rename CONFIG_MENU_SHOW to include AUTOBOOT
authorSimon Glass <sjg@chromium.org>
Sun, 21 Jul 2019 02:51:24 +0000 (20:51 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 2 Aug 2019 15:19:14 +0000 (11:19 -0400)
Rename this option to CONFIG_AUTOBOOT_MENU_SHOW this it relates to the
autoboot functionality.

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/bootmenu.c
common/autoboot.c
doc/README.bootmenu
doc/README.menu
include/configs/nokia_rx51.h
include/configs/vexpress_aemv8a.h
include/menu.h
scripts/config_whitelist.txt

index 7f88c1ed63252ba046f07a9b1b59e70ff06d8dad..0ae9d5a6815bff39552e124b42635aeb64f1bfcc 100644 (file)
@@ -472,7 +472,7 @@ void menu_display_statusline(struct menu *m)
        puts(ANSI_CLEAR_LINE);
 }
 
-#ifdef CONFIG_MENU_SHOW
+#ifdef CONFIG_AUTOBOOT_MENU_SHOW
 int menu_show(int bootdelay)
 {
        bootmenu_show(bootdelay);
index 9752470873c5de9b814aa39888eb96ca0517e334..a38527ff96fbe14115c9f896c6d6edade2439bfc 100644 (file)
@@ -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();
index 34ff8d5ecc95b7ceabad32802c0298419c8ba1a3..ca5099089e779b6bb1bf7bbb9613d9316a9aafa5 100644 (file)
@@ -91,7 +91,7 @@ To run the bootmenu at startup add these additional definitions:
 
   #define CONFIG_AUTOBOOT_KEYED
   #define CONFIG_BOOTDELAY 30
-  #define CONFIG_MENU_SHOW
+  #define CONFIG_AUTOBOOT_MENU_SHOW
 
 When you intend to use the bootmenu on color frame buffer console,
 make sure to additionally define CONFIG_CFB_CONSOLE_ANSI in the
index 450c6a83a77c7021688f73a6ac55aec519c880fc..0f3d7416055d1633dd0f9c2051ce64a26201d3f8 100644 (file)
@@ -14,7 +14,7 @@ Menus are composed of items. Each item has a key used to identify it in
 the menu, and an opaque pointer to data controlled by the consumer.
 
 If you want to show a menu, instead starting the shell, define
-CONFIG_MENU_SHOW. You have to code the int menu_show(int bootdelay)
+CONFIG_AUTOBOOT_MENU_SHOW. You have to code the int menu_show(int bootdelay)
 function, which handle your menu. This function returns the remaining
 bootdelay.
 
index f47d088303be5f968926d041f6ec6104e9434cf1..b251061e305a2cd531ca2700937ee4d98e87cebb 100644 (file)
@@ -270,7 +270,7 @@ int rx51_kp_getc(struct stdio_dev *sdev);
        "run attachboot;" \
        "echo"
 
-#define CONFIG_MENU_SHOW
+#define CONFIG_AUTOBOOT_MENU_SHOW
 
 /*
  * Miscellaneous configurable options
index 2354f4e958d832543f0e856cd15e704cc2e3bccc..2b1269de837b0fdba27e7671236dc5b06c40c8cf 100644 (file)
 #define CONFIG_PL011_CLOCK             24000000
 #endif
 
-/*#define CONFIG_MENU_SHOW*/
+/*#define CONFIG_AUTOBOOT_MENU_SHOW*/
 
 /* BOOTP options */
 #define CONFIG_BOOTP_BOOTFILESIZE
index fbff429c895d4435ee1879e5f624551ad11a15ce..8fd7b0a1f02948f82776c238b869312c8dd19cdf 100644 (file)
@@ -19,7 +19,7 @@ int menu_destroy(struct menu *m);
 void menu_display_statusline(struct menu *m);
 int menu_default_choice(struct menu *m, void **choice);
 
-#if defined(CONFIG_MENU_SHOW)
+#if defined(CONFIG_AUTOBOOT_MENU_SHOW)
 int menu_show(int bootdelay);
 #endif
 #endif /* __MENU_H__ */
index 3de5021e8fe1b31136cf26f4c67b3a07db8de081..53db749a65c4bffd62214d218066f36a4018f444 100644 (file)
@@ -96,6 +96,7 @@ CONFIG_ATMEL_LEGACY
 CONFIG_ATMEL_MCI_8BIT
 CONFIG_ATMEL_SPI0
 CONFIG_AT_TRANS
+CONFIG_AUTOBOOT_MENU_SHOW
 CONFIG_AUTO_ZRELADDR
 CONFIG_BACKSIDE_L2_CACHE
 CONFIG_BAT_PAIR
@@ -1140,7 +1141,6 @@ CONFIG_MEMSIZE_MASK
 CONFIG_MEM_HOLE_16M
 CONFIG_MEM_INIT_VALUE
 CONFIG_MEM_REMAP
-CONFIG_MENU_SHOW
 CONFIG_MFG_ENV_SETTINGS
 CONFIG_MIIM_ADDRESS
 CONFIG_MII_DEFAULT_TSEC