aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@openbios.org>2004-03-09 15:56:38 +0000
committerStefan Reinauer <stepan@openbios.org>2004-03-09 15:56:38 +0000
commitf31d5542f6e193595da0f66aea68602910984861 (patch)
treedb0c519be854b77a3a09f157dce5f60e5c5a7e25 /src
parentffc6d2861489dae06415706293078a69666fe8c3 (diff)
go verbose for now!
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1389 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/amd/quartet/auto.c4
-rw-r--r--src/mainboard/newisys/khepri/auto.c3
2 files changed, 5 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>
diff --git a/src/mainboard/newisys/khepri/auto.c b/src/mainboard/newisys/khepri/auto.c
index 967b953475..df6ad6c88c 100644
--- a/src/mainboard/newisys/khepri/auto.c
+++ b/src/mainboard/newisys/khepri/auto.c
@@ -1,4 +1,7 @@
#define ASSEMBLY 1
+#define MAXIMUM_CONSOLE_LOGLEVEL 9
+#define DEFAULT_CONSOLE_LOGLEVEL 9
+
#include <stdint.h>
#include <device/pci_def.h>