diff options
author | Stefan Reinauer <stepan@openbios.org> | 2003-11-06 16:31:40 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2003-11-06 16:31:40 +0000 |
commit | f552e9317f27171e08229d0c30aadfcc37125b14 (patch) | |
tree | 6d224e1edb41f0c22b515a8894c93afbf321344b | |
parent | 01e375b4017288def095be8cf2d48fab147f448c (diff) |
push verbosity as high as possible
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1260 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | targets/amd/quartet/Config.lb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/targets/amd/quartet/Config.lb b/targets/amd/quartet/Config.lb index 76734f90ba..ae89528ad8 100644 --- a/targets/amd/quartet/Config.lb +++ b/targets/amd/quartet/Config.lb @@ -54,8 +54,8 @@ option CC="gcc -m32" option CONFIG_CHIP_CONFIGURE=1 -option MAXIMUM_CONSOLE_LOGLEVEL=7 -option DEFAULT_CONSOLE_LOGLEVEL=7 +option MAXIMUM_CONSOLE_LOGLEVEL=8 +option DEFAULT_CONSOLE_LOGLEVEL=8 option CONFIG_CONSOLE_SERIAL8250=1 option CPU_FIXUP=1 |