aboutsummaryrefslogtreecommitdiffstats
path: root/lib/efi_loader/Makefile
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-07-14 08:36:29 +0200
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-07-18 17:21:49 +0200
commit2eb328ea6136e461537ec5f67bcb73581ab30c9d (patch)
treea405e1b6690366fd5fe1dda6830a7456009752f9 /lib/efi_loader/Makefile
parent8f4c7ad7a07f940566bcb17e5c0c1b38254b17af (diff)
downloadu-boot-2eb328ea6136e461537ec5f67bcb73581ab30c9d.tar.gz
efi_loader: remove support for CONFIG_LCD
There is no board left using CONFIG_LCD without CONFIG_DM_VIDEO. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'lib/efi_loader/Makefile')
-rw-r--r--lib/efi_loader/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/efi_loader/Makefile b/lib/efi_loader/Makefile
index aaaa25cefe0..f54c244c326 100644
--- a/lib/efi_loader/Makefile
+++ b/lib/efi_loader/Makefile
@@ -66,7 +66,6 @@ obj-$(CONFIG_EFI_VARIABLES_PRESEED) += efi_var_seed.o
endif
obj-y += efi_watchdog.o
obj-$(CONFIG_EFI_ESRT) += efi_esrt.o
-obj-$(CONFIG_LCD) += efi_gop.o
obj-$(CONFIG_DM_VIDEO) += efi_gop.o
obj-$(CONFIG_BLK) += efi_disk.o
obj-$(CONFIG_NET) += efi_net.o