diff options
author | Stefan Reinauer <stepan@openbios.org> | 2004-08-07 19:13:27 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2004-08-07 19:13:27 +0000 |
commit | f030bab1a8be64fad0dde7bba78ba6ba5cc7355d (patch) | |
tree | 6fa03be0bbcb51c453d46bdf38df8a64ff9b5fc0 | |
parent | 815212652994a43d3e05dc864343b722b70a129d (diff) |
get AMD Solo building again..
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1625 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | targets/amd/solo/Config.lb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/targets/amd/solo/Config.lb b/targets/amd/solo/Config.lb index 5c3fc99e9d..f86b8b7f6a 100644 --- a/targets/amd/solo/Config.lb +++ b/targets/amd/solo/Config.lb @@ -55,8 +55,8 @@ option CC="gcc -m32" option CONFIG_CHIP_CONFIGURE=1 -option MAXIMUM_CONSOLE_LOGLEVEL=8 -option DEFAULT_CONSOLE_LOGLEVEL=8 +option MAXIMUM_CONSOLE_LOGLEVEL=7 +option DEFAULT_CONSOLE_LOGLEVEL=7 option CONFIG_CONSOLE_SERIAL8250=1 option CPU_FIXUP=1 |