mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-03 21:48:15 +00:00 
			
		
		
		
	autoboot: Drop unused CONFIG_MENUPROMPT
This is not defined by any board. We could use CONFIG_AUTOBOOT_PROMPT instead perhaps, but this depends on CONFIG_AUTOBOOT_KEYED which is not used for the single-key case. So let's just remove CONFIG_MENUPROMPT. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
		
							parent
							
								
									e79e4b250a
								
							
						
					
					
						commit
						2452bb7636
					
				@ -233,11 +233,7 @@ static int abortboot_single_key(int bootdelay)
 | 
				
			|||||||
	int abort = 0;
 | 
						int abort = 0;
 | 
				
			||||||
	unsigned long ts;
 | 
						unsigned long ts;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef CONFIG_MENUPROMPT
 | 
					 | 
				
			||||||
	printf(CONFIG_MENUPROMPT);
 | 
					 | 
				
			||||||
#else
 | 
					 | 
				
			||||||
	printf("Hit any key to stop autoboot: %2d ", bootdelay);
 | 
						printf("Hit any key to stop autoboot: %2d ", bootdelay);
 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/*
 | 
						/*
 | 
				
			||||||
	 * Check if key already pressed
 | 
						 * Check if key already pressed
 | 
				
			||||||
 | 
				
			|||||||
@ -1141,7 +1141,6 @@ CONFIG_MEM_HOLE_16M
 | 
				
			|||||||
CONFIG_MEM_INIT_VALUE
 | 
					CONFIG_MEM_INIT_VALUE
 | 
				
			||||||
CONFIG_MEM_REMAP
 | 
					CONFIG_MEM_REMAP
 | 
				
			||||||
CONFIG_MENUKEY
 | 
					CONFIG_MENUKEY
 | 
				
			||||||
CONFIG_MENUPROMPT
 | 
					 | 
				
			||||||
CONFIG_MENU_SHOW
 | 
					CONFIG_MENU_SHOW
 | 
				
			||||||
CONFIG_MFG_ENV_SETTINGS
 | 
					CONFIG_MFG_ENV_SETTINGS
 | 
				
			||||||
CONFIG_MIIM_ADDRESS
 | 
					CONFIG_MIIM_ADDRESS
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user