mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 10:26:10 +01:00 
			
		
		
		
	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>
This commit is contained in:
		
				
					committed by
					
						 Tom Rini
						Tom Rini
					
				
			
			
				
	
			
			
			
						parent
						
							12e800cdab
						
					
				
				
					commit
					dd2d989972
				
			| @@ -172,6 +172,7 @@ config AUTOBOOT_MENUKEY | |||||||
|  |  | ||||||
| config AUTOBOOT_MENU_SHOW | config AUTOBOOT_MENU_SHOW | ||||||
| 	bool "Show a menu on boot" | 	bool "Show a menu on boot" | ||||||
|  | 	depends on CMD_BOOTMENU | ||||||
| 	help | 	help | ||||||
| 	  This enables the boot menu, controlled by environment variables | 	  This enables the boot menu, controlled by environment variables | ||||||
| 	  defined by the board. The menu starts after running the 'preboot' | 	  defined by the board. The menu starts after running the 'preboot' | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user