From aa729d2d107ce184c9b3640a092774816bf975b9 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sun, 15 Jul 2007 02:22:49 +0100 Subject: [PATCH] Reverting unintended change caused by merge of indolent/natsemi branch. --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index 09344545..55409b0e 100644 --- a/src/config.h +++ b/src/config.h @@ -18,7 +18,7 @@ */ #define CONSOLE_FIRMWARE /* Default BIOS console */ -#define CONSOLE_SERIAL /* Serial port */ +#undef CONSOLE_SERIAL /* Serial port */ #undef CONSOLE_DIRECT_VGA /* Direct access to VGA card */ #undef CONSOLE_BTEXT /* Who knows what this does? */ #undef CONSOLE_PC_KBD /* Direct access to PC keyboard */