summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorMichael Brown2007-07-15 03:22:49 +0200
committerMichael Brown2007-07-15 03:22:49 +0200
commitaa729d2d107ce184c9b3640a092774816bf975b9 (patch)
treeb036383f7afc6656f2f97a92739d92f491ad0276 /src/config.h
parentMerge commit 'indolent/natsemi' (diff)
downloadipxe-aa729d2d107ce184c9b3640a092774816bf975b9.tar.gz
ipxe-aa729d2d107ce184c9b3640a092774816bf975b9.tar.xz
ipxe-aa729d2d107ce184c9b3640a092774816bf975b9.zip
Reverting unintended change caused by merge of indolent/natsemi branch.
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
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 */