summaryrefslogtreecommitdiffstats
path: root/util/vgabios/include
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-04-16 11:45:16 +0000
committerStefan Reinauer <stepan@openbios.org>2010-04-16 11:45:16 +0000
commit4aeff4ffcfc3a8080646a197938b77c0cafbed54 (patch)
tree0fc1774ebb1ab3a8fd78f6e8c93ea7bb1259edf5 /util/vgabios/include
parent7dcdb3051e8bc85d8841436f1e0e8c0d6e64700c (diff)
downloadcoreboot-4aeff4ffcfc3a8080646a197938b77c0cafbed54.tar.gz
coreboot-4aeff4ffcfc3a8080646a197938b77c0cafbed54.tar.bz2
coreboot-4aeff4ffcfc3a8080646a197938b77c0cafbed54.zip
enable more warnings for vgabios utility, and enable some debugging
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5451 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/vgabios/include')
-rw-r--r--util/vgabios/include/console/console.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/vgabios/include/console/console.h b/util/vgabios/include/console/console.h
index d63832f1ed81..e74cbb3dcfc9 100644
--- a/util/vgabios/include/console/console.h
+++ b/util/vgabios/include/console/console.h
@@ -1,3 +1,4 @@
#ifndef _CONSOLE_CONSOLE_H
#define _CONSOLE_CONSOLE_H
+#define CONFIG_X86EMU_DEBUG 1
#endif