Default and maximum loglevels were too high, fixed.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1581 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
6f52a90ad3
commit
7664d1cb87
|
@ -172,9 +172,9 @@ option TTYS0_BAUD=115200
|
|||
## SPEW 9 Way too many details
|
||||
|
||||
## Request this level of debugging output
|
||||
option DEFAULT_CONSOLE_LOGLEVEL=8
|
||||
option DEFAULT_CONSOLE_LOGLEVEL=7
|
||||
## At a maximum only compile in this level of debugging
|
||||
option MAXIMUM_CONSOLE_LOGLEVEL=8
|
||||
option MAXIMUM_CONSOLE_LOGLEVEL=7
|
||||
|
||||
option DEBUG=1
|
||||
|
||||
|
|
Loading…
Reference in New Issue