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
This commit is contained in:
Stefan Reinauer 2009-01-21 01:56:53 +00:00 committed by Stefan Reinauer
parent 679c9f9299
commit df2eb8e97b
1 changed files with 2 additions and 2 deletions

View File

@ -408,9 +408,9 @@ end
############################################### ###############################################
define DEBUG define DEBUG
default 1 default 0
export always export always
comment "Enable debugging code" comment "Enable x86emu debugging code"
end end
define CONFIG_CONSOLE_VGA define CONFIG_CONSOLE_VGA
default 0 default 0