Re: [PATCH 1/1] efi_loader: remove support for CONFIG_LCD

2022-07-14 Thread Ilias Apalodimas
On Thu, 14 Jul 2022 at 09:45, Heinrich Schuchardt wrote: > > There is no board left using CONFIG_LCD without CONFIG_DM_VIDEO. > > Signed-off-by: Heinrich Schuchardt > --- > lib/efi_loader/Makefile | 1 - > lib/efi_loader/efi_gop.c | 5 - > 2 files changed, 6 deletions(-) > > diff --git a/li

[PATCH 1/1] efi_loader: remove support for CONFIG_LCD

2022-07-13 Thread Heinrich Schuchardt
There is no board left using CONFIG_LCD without CONFIG_DM_VIDEO. Signed-off-by: Heinrich Schuchardt --- lib/efi_loader/Makefile | 1 - lib/efi_loader/efi_gop.c | 5 - 2 files changed, 6 deletions(-) diff --git a/lib/efi_loader/Makefile b/lib/efi_loader/Makefile index 25cefe..f54c244c32