mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02: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
parent
8b1129588c
commit
70cc7b614f
@@ -24,7 +24,7 @@
|
||||
#include <display_options.h>
|
||||
#include <env.h>
|
||||
#include <splash.h>
|
||||
#include <lcd.h>
|
||||
#include <video.h>
|
||||
|
||||
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.
|
||||
* Is used for both dm_video and lcd video stacks. For additional
|
||||
* details please refer to doc/README.splashprepare.
|
||||
* For additional details please refer to doc/README.splashprepare.
|
||||
*/
|
||||
#if defined(CONFIG_SPLASH_SCREEN) && defined(CONFIG_CMD_BMP)
|
||||
int splash_display(void)
|
||||
|
Reference in New Issue
Block a user