diff options
author | Simon Glass <sjg@chromium.org> | 2022-10-18 07:10:26 -0600 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2022-10-30 20:07:17 +0100 |
commit | 70cc7b614f620e95edf304ee02f03f6dcf53e19c (patch) | |
tree | bdd4bf6bdd6d64672973cbf3d8b0dbad967f00d6 /boot/pxe_utils.c | |
parent | 8b1129588cc66cee3dc5ee2dd969007a641f21b0 (diff) | |
download | u-boot-70cc7b614f620e95edf304ee02f03f6dcf53e19c.tar.gz |
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/pxe_utils.c')
-rw-r--r-- | boot/pxe_utils.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/boot/pxe_utils.c b/boot/pxe_utils.c index d5c215ae2c..3fdd14d1cd 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> |