diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2014-08-04 09:58:47 +0200 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2014-08-04 09:58:47 +0200 |
commit | 2f6ab2173097420f32bf5bf7f18efa4725b3246d (patch) | |
tree | 39efe0fa62e2f47978eabf5fa6004a00ed330819 /drivers/video | |
parent | b2ec16b357ec3c965883737a3176fcf64e8a00d2 (diff) |
Revert "fbcon: workaround full screen boot-logo issue"
Using this unconditionally cuts the birds feet (;-p).
This reverts commit 491f263ebfb338c59abfbde6d4e0e7256a0150fa.
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/console/fbcon.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/video/console/fbcon.c b/drivers/video/console/fbcon.c index 39c7baad55d2..8745637e4b7e 100644 --- a/drivers/video/console/fbcon.c +++ b/drivers/video/console/fbcon.c @@ -633,9 +633,6 @@ static void fbcon_prepare_logo(struct vc_data *vc, struct fb_info *info, kfree(save); } - /* workaround full screen boot-logo issue */ - logo_lines = logo_lines - 1; - if (logo_lines > vc->vc_bottom) { logo_shown = FBCON_LOGO_CANSHOW; printk(KERN_INFO |