mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 03:58:17 +00:00 
			
		
		
		
	Drop the Kconfigs which are not used and all references to them. In particular, this drops CONFIG_VIDEO to avoid confusion and allow us to eventually rename CONFIG_DM_VIDEO to CONFIG_VIDEO. Also drop the prototype for video_get_info_str() which is no-longer used. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Jason Liu <jason.hui.liu@nxp.com>
		
			
				
	
	
		
			13 lines
		
	
	
		
			273 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			273 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* SPDX-License-Identifier: GPL-2.0+ */
 | |
| /*
 | |
|  * Copyright (C) 2012
 | |
|  * Anatolij Gustschin, DENX Software Engineering, <agust@denx.de>
 | |
|  */
 | |
| #ifndef __MX5_VIDEO_H
 | |
| #define __MX5_VIDEO_H
 | |
| 
 | |
| static inline void lcd_enable(void) { }
 | |
| static inline void setup_iomux_lcd(void) { }
 | |
| 
 | |
| #endif
 |