aboutsummaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-10-18 07:10:26 -0600
committerAnatolij Gustschin <agust@denx.de>2022-10-30 20:07:17 +0100
commit70cc7b614f620e95edf304ee02f03f6dcf53e19c (patch)
treebdd4bf6bdd6d64672973cbf3d8b0dbad967f00d6 /boot
parent8b1129588cc66cee3dc5ee2dd969007a641f21b0 (diff)
downloadu-boot-70cc7b614f620e95edf304ee02f03f6dcf53e19c.zip
u-boot-70cc7b614f620e95edf304ee02f03f6dcf53e19c.tar.gz
u-boot-70cc7b614f620e95edf304ee02f03f6dcf53e19c.tar.bz2
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>
Diffstat (limited to 'boot')
-rw-r--r--boot/pxe_utils.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/boot/pxe_utils.c b/boot/pxe_utils.c
index d5c215a..3fdd14d 100644
--- a/boot/pxe_utils.c
+++ b/boot/pxe_utils.c
@@ -12,7 +12,6 @@
#include <log.h>
#include <malloc.h>
#include <mapmem.h>
-#include <lcd.h>
#include <net.h>
#include <fdt_support.h>
#include <video.h>