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 /board/st | |
parent | 8b1129588cc66cee3dc5ee2dd969007a641f21b0 (diff) | |
download | u-boot-70cc7b614f620e95edf304ee02f03f6dcf53e19c.tar.gz u-boot-70cc7b614f620e95edf304ee02f03f6dcf53e19c.tar.bz2 u-boot-70cc7b614f620e95edf304ee02f03f6dcf53e19c.zip |
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 'board/st')
-rw-r--r-- | board/st/stm32f746-disco/stm32f746-disco.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/st/stm32f746-disco/stm32f746-disco.c b/board/st/stm32f746-disco/stm32f746-disco.c index 2ab23f2f4f..4cfb29ef42 100644 --- a/board/st/stm32f746-disco/stm32f746-disco.c +++ b/board/st/stm32f746-disco/stm32f746-disco.c @@ -7,7 +7,6 @@ #include <common.h> #include <dm.h> #include <init.h> -#include <lcd.h> #include <log.h> #include <miiphy.h> #include <phy_interface.h> |