diff options
author | Simon Glass | 2022-10-16 15:54:35 -0600 |
---|---|---|
committer | Anatolij Gustschin | 2022-10-30 20:07:17 +0100 |
commit | 365e52dd25d17618c00ecc55151f8947be55a850 (patch) | |
tree | d8e0a2752b2d7f8153c1920aaaf5d6a11f5b9afb /board/samsung/universal_c210 | |
parent | 6b9a829d2734d952dd6f7716a8fbd517ea373f0c (diff) |
video: samsung: Drop old LCD code
This relies on the old LCD implementation which is to be removed. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/samsung/universal_c210')
-rw-r--r-- | board/samsung/universal_c210/universal.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/samsung/universal_c210/universal.c b/board/samsung/universal_c210/universal.c index 078db0c0c4e..37c9d7f452f 100644 --- a/board/samsung/universal_c210/universal.c +++ b/board/samsung/universal_c210/universal.c @@ -9,7 +9,6 @@ #include <env.h> #include <log.h> #include <spi.h> -#include <lcd.h> #include <asm/global_data.h> #include <asm/io.h> #include <asm/gpio.h> |