diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2003-07-23 01:42:29 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2003-07-23 01:42:29 +0000 |
commit | ffc161e59a917036d6b31e147944f8b54b5b75ae (patch) | |
tree | 7c408e0a4367b9a8eae0fae186a224fb120e9990 /src/config/Options.lb | |
parent | 4dc7b80151952385c217e924648de151185e24a0 (diff) |
updates for hdama and other things.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1004 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/config/Options.lb')
-rw-r--r-- | src/config/Options.lb | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index eb3c4e16ab..60bdd23b4d 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -324,11 +324,19 @@ define SERIAL_CONSOLE export used comment "Log messages to serial console" end + +define DEFAULT_CONSOLE_LOGLEVEL + default 7 + export always + comment "Console will log at this level unless changed" +end + define MAXIMUM_CONSOLE_LOGLEVEL default 7 export always - comment "Console will log at this level" + comment "Error messages up to this level can be printed" end + define NO_POST default none export always |