aboutsummaryrefslogtreecommitdiff
path: root/src/arch/i386/lib/console.inc
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2003-06-17 16:51:06 +0000
committerRonald G. Minnich <rminnich@gmail.com>2003-06-17 16:51:06 +0000
commit99acb49cf71ee7038216391ae2b0d09675ab6ce5 (patch)
treee91194f6fba54a0c6816175b919ea594bbe85da1 /src/arch/i386/lib/console.inc
parent667393676bf0ea08b6aadfc0119bd87f7cf2cc25 (diff)
added config and other test files.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@882 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/i386/lib/console.inc')
-rw-r--r--src/arch/i386/lib/console.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/i386/lib/console.inc b/src/arch/i386/lib/console.inc
index 3d6b01b3a2..2f031e5d10 100644
--- a/src/arch/i386/lib/console.inc
+++ b/src/arch/i386/lib/console.inc
@@ -9,6 +9,9 @@ jmp console0
#define LINUXBIOS_EXTRA_VERSION
#endif
+#ifndef ASM_CONSOLE_LOGLEVEL
+#define ASM_CONSOLE_LOGLEVEL 5
+#endif
console_test:
.ascii "\r\n\r\nLinuxBIOS-"
.ascii STR(LINUXBIOS_VERSION)