Re: [PATCH] video: console: Fix default font selection

2023-07-17 Thread Anatolij Gustschin
On Thu, 25 May 2023 14:17:15 +0200 Ondřej Jirman m...@xff.cz wrote: > From: Ondrej Jirman > > Some callers expect to call this with NULL font name to select the > default font (eg. boot/scene.c). Without handling the NULL condition > U-Boot crashes instead of displaying a bootflow GUI menu. > >

[PATCH] video: console: Fix default font selection

2023-05-25 Thread Ondřej Jirman
From: Ondrej Jirman Some callers expect to call this with NULL font name to select the default font (eg. boot/scene.c). Without handling the NULL condition U-Boot crashes instead of displaying a bootflow GUI menu. Signed-off-by: Ondrej Jirman Cc: Anatolij Gustschin --- drivers/video/console_c