Skip to content

Commit 2b8be4a

Browse files
committed
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>
1 parent 51f77ee commit 2b8be4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/video/fb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2046,7 +2046,7 @@ int fb_register_device(int display, int plane,
20462046
nxsched_sleep(SPLASH_SLEEP);
20472047
}
20482048

2049-
# ifdef VIDEO_FB_SPLASHSCREEN_CLR_ON_EXIT
2049+
# ifdef CONFIG_VIDEO_FB_SPLASHSCREEN_CLR_ON_EXIT
20502050
ret = fb_splash_fill(&vinfo, &pinfo, 0); /* Fill with black to clear LCD */
20512051
if (ret < 0)
20522052
{

0 commit comments

Comments
 (0)