Author: stepan
Date: 2009-01-21 02:56:53 +0100 (Wed, 21 Jan 2009)
New Revision: 3888

Modified:
   trunk/coreboot-v2/src/config/Options.lb
Log:
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 <[email protected]>
Acked-by: Stefan Reinauer <[email protected]>



Modified: trunk/coreboot-v2/src/config/Options.lb
===================================================================
--- trunk/coreboot-v2/src/config/Options.lb     2009-01-20 22:54:59 UTC (rev 
3887)
+++ trunk/coreboot-v2/src/config/Options.lb     2009-01-21 01:56:53 UTC (rev 
3888)
@@ -408,9 +408,9 @@
 ###############################################
 
 define DEBUG
-       default 1
+       default 0
        export always
-       comment "Enable debugging code"
+       comment "Enable x86emu debugging code"
 end
 define CONFIG_CONSOLE_VGA
        default 0


--
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to