diff options
author | Simon Glass <sjg@chromium.org> | 2023-02-01 13:20:06 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-02-07 14:33:49 -0500 |
commit | bf448073ea49877ec64763eb491da429f64eee26 (patch) | |
tree | bd0190f7a35e0ed3e7eab77ebf1ba4a531260b33 /drivers/video/Makefile | |
parent | dbcbbfd725751a44ad756d018b4be3c785564b11 (diff) | |
download | u-boot-bf448073ea49877ec64763eb491da429f64eee26.tar.gz |
mtd: Drop unused scf0403_lcd driver
This is not used since this commit:
76386d6195a arm: Remove cm_t35 board
Drop the driver and Kconfig option.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/video/Makefile')
-rw-r--r-- | drivers/video/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/Makefile b/drivers/video/Makefile index 1bbf52a1f6..cdb7d9a54d 100644 --- a/drivers/video/Makefile +++ b/drivers/video/Makefile @@ -36,7 +36,6 @@ obj-$(CONFIG_LOGICORE_DP_TX) += logicore_dp_tx.o obj-$(CONFIG_NXP_TDA19988) += tda19988.o obj-$(CONFIG_OSD) += video_osd-uclass.o obj-$(CONFIG_SANDBOX_OSD) += sandbox_osd.o -obj-$(CONFIG_SCF0403_LCD) += scf0403_lcd.o obj-$(CONFIG_VIDEO_ARM_MALIDP) += mali_dp.o obj-$(CONFIG_VIDEO_BCM2835) += bcm2835.o obj-$(CONFIG_VIDEO_BROADWELL_IGD) += broadwell_igd.o |