diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2009-01-21 01:56:53 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2009-01-21 01:56:53 +0000 |
commit | df2eb8e97b67452f52723e2e93c0ebcd8e3e61d5 (patch) | |
tree | b1b767aa0343f08513159a3271a73a8b0b7145d9 | |
parent | 679c9f9299a5e11a2f7f333c69efd652526b4858 (diff) | |
download | coreboot-df2eb8e97b67452f52723e2e93c0ebcd8e3e61d5.tar.xz |
Now that x86emu debugging is actually working, it should be switched off per
default because it adds quite noticably to the image size.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3888 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | src/config/Options.lb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index 9b7842481f..bb141d008e 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -408,9 +408,9 @@ end ############################################### define DEBUG - default 1 + default 0 export always - comment "Enable debugging code" + comment "Enable x86emu debugging code" end define CONFIG_CONSOLE_VGA default 0 |