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

Simon Glass sjg at chromium.org
Thu Dec 29 23:38:53 CET 2022


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