aboutsummaryrefslogtreecommitdiff
path: root/src/arch/i386/lib/console.c
diff options
context:
space:
mode:
authorYinghai Lu <yinghai.lu at amd.com>2007-04-06 19:57:42 +0000
committerStefan Reinauer <stepan@openbios.org>2007-04-06 19:57:42 +0000
commit30b4abeedc98db5a607f434af67e2fe2626ef111 (patch)
tree6fde1264fce271e31c48046610106000bd4987cb /src/arch/i386/lib/console.c
parenta3cf00e4bab084a231cbd7cafab3c02342c400e0 (diff)
Part III of YhLu's patch from January 18th
Signed-off-by: Yinghai Lu <yinghai.lu at amd.com> Signed-off-by: Ed Swierk <eswierk at arastra.com> Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Ward Vandewege <ward at gnu.org> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2590 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/i386/lib/console.c')
-rw-r--r--src/arch/i386/lib/console.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/arch/i386/lib/console.c b/src/arch/i386/lib/console.c
index 071fb2848c..993edb2a35 100644
--- a/src/arch/i386/lib/console.c
+++ b/src/arch/i386/lib/console.c
@@ -9,11 +9,15 @@ static void __console_tx_byte(unsigned char byte)
#include "console_print.c"
#else
-/* CONFIG_USE_INIT == 1 */
+/* CONFIG_USE_PRINTK_IN_CAR == 1 */
#include "console_printk.c"
-#endif /* CONFIG_USE_INIT */
+// do_printk
+#include "../../../console/vtxprintf.c"
+#include "printk_init.c"
+
+#endif /* CONFIG_USE_PRINTK_IN_CAR */
#ifndef LINUXBIOS_EXTRA_VERSION
#define LINUXBIOS_EXTRA_VERSION ""