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:
parent
679c9f9299
commit
df2eb8e97b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue