diff options
author | Simon Glass <sjg@chromium.org> | 2022-10-16 15:46:15 -0600 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2022-10-30 20:07:16 +0100 |
commit | 26cf75f92d2e569651ffcfad455748e513fd257a (patch) | |
tree | 7fbff661a6f9b9096b3bb2464d4bc8ee10ec4da1 /board | |
parent | be5fadaaf6b5838cdd020a34f47a4980a4a297f0 (diff) | |
download | u-boot-26cf75f92d2e569651ffcfad455748e513fd257a.zip u-boot-26cf75f92d2e569651ffcfad455748e513fd257a.tar.gz u-boot-26cf75f92d2e569651ffcfad455748e513fd257a.tar.bz2 |
video: Drop ld9040 driver
This is not used anymore. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board')
-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 1dde2f7..078db0c 100644 --- a/board/samsung/universal_c210/universal.c +++ b/board/samsung/universal_c210/universal.c @@ -16,7 +16,6 @@ #include <asm/arch/adc.h> #include <asm/arch/pinmux.h> #include <asm/arch/watchdog.h> -#include <ld9040.h> #include <linux/delay.h> #include <power/pmic.h> #include <usb.h> |