diff options
author | David W. Hendricks <dwh@lanl.gov> | 2004-05-27 21:17:13 +0000 |
---|---|---|
committer | David W. Hendricks <dwh@lanl.gov> | 2004-05-27 21:17:13 +0000 |
commit | 7664d1cb87876a3b7e622cf1c7e40f1fb7988c9f (patch) | |
tree | 9d66390e18c29ab7528de3e6c8a480a3186ba833 /targets/Iwill | |
parent | 6f52a90ad3e4a93040adfd8ce6fd2b7d4b186376 (diff) |
Default and maximum loglevels were too high, fixed.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1581 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/Iwill')
-rw-r--r-- | targets/Iwill/dk8s2/Config.lb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/targets/Iwill/dk8s2/Config.lb b/targets/Iwill/dk8s2/Config.lb index 9736283a94..d3c1124fb0 100644 --- a/targets/Iwill/dk8s2/Config.lb +++ b/targets/Iwill/dk8s2/Config.lb @@ -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 |