[PATCH 1/5] video console: unite normal and rotated files

Dzmitry Sankouski dsankouski at gmail.com
Wed Jan 11 18:08:16 CET 2023


I'll reword the commit description. Files contain similar logic, and
common code may be extracted after putting it together.

пт, 30 дек. 2022 г. в 01:41, Simon Glass <sjg at chromium.org>:
>
> Hi Dzmitry,
>
> On Mon, 26 Dec 2022 at 13:49, Dzmitry Sankouski <dsankouski at gmail.com> wrote:
> >
> > Put video console driver code in one file.
>
> This isn't quite true as we still have TrueType.
>
> Also, what combine them?
>
> >
> > Signed-off-by: Dzmitry Sankouski <dsankouski at gmail.com>
> > ---
> >  drivers/video/Kconfig                         |   8 +-
> >  drivers/video/Makefile                        |   3 +-
> >  drivers/video/console_normal.c                | 178 ------------------
> >  .../{console_rotate.c => console_simple.c}    | 166 ++++++++++++++++
> >  4 files changed, 171 insertions(+), 184 deletions(-)
> >  delete mode 100644 drivers/video/console_normal.c
> >  rename drivers/video/{console_rotate.c => console_simple.c} (75%)
>
> Regards,
> Simon


More information about the U-Boot mailing list