drivers/fb: Fix a symbol missing CONFIG_

This was a mistake that was preveting the boot logo to stay visible
for more time.

Signed-off-by: Alan C. Assis <acassis@gmail.com>
This commit is contained in:
Alan Carvalho de Assis
2026-05-02 11:26:22 -03:00
committed by Alan C. Assis
parent 51f77ee111
commit 2b8be4a3da
+1 -1
View File
@@ -2046,7 +2046,7 @@ int fb_register_device(int display, int plane,
nxsched_sleep(SPLASH_SLEEP);
}
# ifdef VIDEO_FB_SPLASHSCREEN_CLR_ON_EXIT
# ifdef CONFIG_VIDEO_FB_SPLASHSCREEN_CLR_ON_EXIT
ret = fb_splash_fill(&vinfo, &pinfo, 0); /* Fill with black to clear LCD */
if (ret < 0)
{