]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/video/cfb_console.c
cfb_console: fix build breakage
[karo-tx-uboot.git] / drivers / video / cfb_console.c
index 77e7285cc7363de400b8e79868966eb179d545e3..b56197fd480fd0f0f24812c21104aafac2d480ba 100644 (file)
@@ -1494,7 +1494,7 @@ static void *video_logo (void)
 
        logo_plot (video_fb_address, VIDEO_COLS, 0, 0);
 
-       sprintf (info, " %s", &version_string);
+       sprintf (info, " %s", version_string);
 
        space = (VIDEO_LINE_LEN / 2 - VIDEO_INFO_X) / VIDEO_FONT_WIDTH;
        len = strlen(info);