]> xenbits.xensource.com Git - seabios.git/commitdiff
vgasrc: Increase debug level
authorPaul Menzel <pmenzel@molgen.mpg.de>
Fri, 20 Jan 2017 15:52:44 +0000 (16:52 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 24 Feb 2017 14:01:04 +0000 (15:01 +0100)
You only want this information for debugging. As it also slows down the
boot considerably, as, for example, for every character of the GRUB
menu, something is sent over the serial console.

Therefore, increase the debugging level to 9.

Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
(cherry picked from commit 970af16e6e5a6cb8de6b6658663b8adc00d25b8b)

vgasrc/vgabios.h

index 3d5bbfe55f8bfe822a420fd266d2f11c67aa2233..e2edec03b3862a48892c65c1a49ec2ca7a8e2f66 100644 (file)
@@ -73,7 +73,7 @@ static inline int vga_emulate_text(void) {
 
 // Debug settings
 #define DEBUG_VGA_POST 1
-#define DEBUG_VGA_10 3
+#define DEBUG_VGA_10 9
 
 // vgabios.c
 int vga_bpp(struct vgamode_s *vmode_g);