diff options
Diffstat (limited to 'drivers/video/cfb_console.c')
| -rw-r--r-- | drivers/video/cfb_console.c | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/drivers/video/cfb_console.c b/drivers/video/cfb_console.c index b10f1590b..785bbcfc3 100644 --- a/drivers/video/cfb_console.c +++ b/drivers/video/cfb_console.c @@ -181,6 +181,8 @@   */  #include <video_fb.h> +#include <splash.h> +  /*   * some Macros   */ @@ -1995,10 +1997,9 @@ static void *video_logo(void)  #ifdef CONFIG_SPLASH_SCREEN  	s = getenv("splashimage");  	if (s != NULL) { - +		splash_screen_prepare();  		addr = simple_strtoul(s, NULL, 16); -  		if (video_display_bitmap(addr,  					video_logo_xpos,  					video_logo_ypos) == 0) { |