[OpenBIOS] [commit] r1175 - trunk/openbios-devel/libopenbios

repository service svn at openbios.org
Sat Jul 27 12:14:22 CEST 2013


Author: mcayland
Date: Sat Jul 27 12:14:22 2013
New Revision: 1175
URL: http://tracker.coreboot.org/trac/openbios/changeset/1175

Log:
video_common.c: remove manual screen clear since fb8-erase-screen does this now

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland at ilande.co.uk>

Modified:
   trunk/openbios-devel/libopenbios/video_common.c

Modified: trunk/openbios-devel/libopenbios/video_common.c
==============================================================================
--- trunk/openbios-devel/libopenbios/video_common.c	Sat Jul 27 12:14:19 2013	(r1174)
+++ trunk/openbios-devel/libopenbios/video_common.c	Sat Jul 27 12:14:22 2013	(r1175)
@@ -412,7 +412,6 @@
 		set_color( i, i * 0x010101 );
 
 	set_color( 254, 0xffffcc );
-	fill_rect( 254, 0, 0, video.fb.w, video.fb.h );
 
 	refresh_palette();
 	startup_splash();



More information about the OpenBIOS mailing list