Re: [PATCH v3 5/9] video console: implement multiple fonts configuration

2023-02-15 Thread Simon Glass
On Wed, 15 Feb 2023 at 04:43, Dzmitry Sankouski wrote: > > This needed for unit testing different fonts. > > Configured fonts are placed in an array of fonts. > First font is selected by default upon console probe. > > Signed-off-by: Dzmitry Sankouski > --- > Changes for v2: N/A > Changes for v3:

[PATCH v3 5/9] video console: implement multiple fonts configuration

2023-02-15 Thread Dzmitry Sankouski
This needed for unit testing different fonts. Configured fonts are placed in an array of fonts. First font is selected by default upon console probe. Signed-off-by: Dzmitry Sankouski --- Changes for v2: N/A Changes for v3: N/A common/splash.c| 17 ++- drivers/video/Kconfig