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 <s...@chromium.org>: > > Hi Dzmitry, > > On Mon, 26 Dec 2022 at 13:49, Dzmitry Sankouski <dsankou...@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 <dsankou...@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