From 7664d1cb87876a3b7e622cf1c7e40f1fb7988c9f Mon Sep 17 00:00:00 2001 From: "David W. Hendricks" Date: Thu, 27 May 2004 21:17:13 +0000 Subject: Default and maximum loglevels were too high, fixed. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1581 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- targets/Iwill/dk8s2/Config.lb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'targets') 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 -- cgit v1.2.3