diff options
author | Stefan Reinauer <stepan@openbios.org> | 2004-03-09 15:56:38 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2004-03-09 15:56:38 +0000 |
commit | f31d5542f6e193595da0f66aea68602910984861 (patch) | |
tree | db0c519be854b77a3a09f157dce5f60e5c5a7e25 /src/mainboard/amd/quartet | |
parent | ffc6d2861489dae06415706293078a69666fe8c3 (diff) | |
download | coreboot-f31d5542f6e193595da0f66aea68602910984861.tar.xz |
go verbose for now!
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1389 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/amd/quartet')
-rw-r--r-- | src/mainboard/amd/quartet/auto.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/amd/quartet/auto.c b/src/mainboard/amd/quartet/auto.c index 9ebb8638a3..475f105b16 100644 --- a/src/mainboard/amd/quartet/auto.c +++ b/src/mainboard/amd/quartet/auto.c @@ -1,6 +1,6 @@ #define ASSEMBLY 1 -// #define MAXIMUM_CONSOLE_LOGLEVEL 9 -// #define DEFAULT_CONSOLE_LOGLEVEL 9 +#define MAXIMUM_CONSOLE_LOGLEVEL 9 +#define DEFAULT_CONSOLE_LOGLEVEL 9 #include <stdint.h> #include <device/pci_def.h> |