mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-30 18:05:48 +01:00 
			
		
		
		
	video: Drop use of the lcd header file
This file is being removed so drop remaining references to it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
		
				
					committed by
					
						 Anatolij Gustschin
						Anatolij Gustschin
					
				
			
			
				
	
			
			
			
						parent
						
							8b1129588c
						
					
				
				
					commit
					70cc7b614f
				
			| @@ -9,6 +9,8 @@ | |||||||
|  * Author: Fabio Estevam <fabio.estevam@freescale.com> |  * Author: Fabio Estevam <fabio.estevam@freescale.com> | ||||||
|  */ |  */ | ||||||
|  |  | ||||||
|  | #include <common.h> | ||||||
|  | #include <bmp_layout.h> | ||||||
| #include <command.h> | #include <command.h> | ||||||
| #include <image.h> | #include <image.h> | ||||||
| #include <init.h> | #include <init.h> | ||||||
| @@ -33,12 +35,12 @@ | |||||||
| #include <i2c.h> | #include <i2c.h> | ||||||
| #include <micrel.h> | #include <micrel.h> | ||||||
| #include <miiphy.h> | #include <miiphy.h> | ||||||
| #include <lcd.h> |  | ||||||
| #include <led.h> | #include <led.h> | ||||||
| #include <power/pmic.h> | #include <power/pmic.h> | ||||||
| #include <power/regulator.h> | #include <power/regulator.h> | ||||||
| #include <power/da9063_pmic.h> | #include <power/da9063_pmic.h> | ||||||
| #include <splash.h> | #include <splash.h> | ||||||
|  | #include <video.h> | ||||||
|  |  | ||||||
| DECLARE_GLOBAL_DATA_PTR; | DECLARE_GLOBAL_DATA_PTR; | ||||||
|  |  | ||||||
|   | |||||||
| @@ -24,7 +24,6 @@ | |||||||
| #include <asm/arch/sama5d4.h> | #include <asm/arch/sama5d4.h> | ||||||
| #include <atmel_hlcdc.h> | #include <atmel_hlcdc.h> | ||||||
| #include <atmel_mci.h> | #include <atmel_mci.h> | ||||||
| #include <lcd.h> |  | ||||||
| #include <mmc.h> | #include <mmc.h> | ||||||
| #include <net.h> | #include <net.h> | ||||||
| #include <netdev.h> | #include <netdev.h> | ||||||
|   | |||||||
| @@ -5,7 +5,6 @@ | |||||||
|  */ |  */ | ||||||
|  |  | ||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <lcd.h> |  | ||||||
| #include <asm/io.h> | #include <asm/io.h> | ||||||
| #include <asm/arch/clock.h> | #include <asm/arch/clock.h> | ||||||
| #include <asm/arch/funcmux.h> | #include <asm/arch/funcmux.h> | ||||||
|   | |||||||
| @@ -11,7 +11,6 @@ | |||||||
| #include <fdt_support.h> | #include <fdt_support.h> | ||||||
| #include <fdt_simplefb.h> | #include <fdt_simplefb.h> | ||||||
| #include <init.h> | #include <init.h> | ||||||
| #include <lcd.h> |  | ||||||
| #include <memalign.h> | #include <memalign.h> | ||||||
| #include <mmc.h> | #include <mmc.h> | ||||||
| #include <asm/gpio.h> | #include <asm/gpio.h> | ||||||
|   | |||||||
| @@ -7,7 +7,6 @@ | |||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <dm.h> | #include <dm.h> | ||||||
| #include <init.h> | #include <init.h> | ||||||
| #include <lcd.h> |  | ||||||
| #include <log.h> | #include <log.h> | ||||||
| #include <miiphy.h> | #include <miiphy.h> | ||||||
| #include <phy_interface.h> | #include <phy_interface.h> | ||||||
|   | |||||||
| @@ -12,7 +12,6 @@ | |||||||
| #include <log.h> | #include <log.h> | ||||||
| #include <malloc.h> | #include <malloc.h> | ||||||
| #include <mapmem.h> | #include <mapmem.h> | ||||||
| #include <lcd.h> |  | ||||||
| #include <net.h> | #include <net.h> | ||||||
| #include <fdt_support.h> | #include <fdt_support.h> | ||||||
| #include <video.h> | #include <video.h> | ||||||
|   | |||||||
| @@ -24,7 +24,7 @@ | |||||||
| #include <display_options.h> | #include <display_options.h> | ||||||
| #include <env.h> | #include <env.h> | ||||||
| #include <splash.h> | #include <splash.h> | ||||||
| #include <lcd.h> | #include <video.h> | ||||||
|  |  | ||||||
| static struct splash_location default_splash_locations[] = { | static struct splash_location default_splash_locations[] = { | ||||||
| 	{ | 	{ | ||||||
| @@ -155,8 +155,7 @@ void splash_display_banner(void) | |||||||
|  |  | ||||||
| /* | /* | ||||||
|  * Common function to show a splash image if env("splashimage") is set. |  * Common function to show a splash image if env("splashimage") is set. | ||||||
|  * Is used for both dm_video and lcd video stacks. For additional |  * For additional details please refer to doc/README.splashprepare. | ||||||
|  * details please refer to doc/README.splashprepare. |  | ||||||
|  */ |  */ | ||||||
| #if defined(CONFIG_SPLASH_SCREEN) && defined(CONFIG_CMD_BMP) | #if defined(CONFIG_SPLASH_SCREEN) && defined(CONFIG_CMD_BMP) | ||||||
| int splash_display(void) | int splash_display(void) | ||||||
|   | |||||||
| @@ -12,7 +12,6 @@ | |||||||
| #include <common.h> | #include <common.h> | ||||||
| #include <console.h> | #include <console.h> | ||||||
| #include <dm.h> | #include <dm.h> | ||||||
| #include <lcd.h> |  | ||||||
| #include <os.h> | #include <os.h> | ||||||
| #include <serial.h> | #include <serial.h> | ||||||
| #include <video.h> | #include <video.h> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user