summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Brown2008-03-02 03:32:12 +0100
committerMichael Brown2008-03-02 03:32:12 +0100
commit3dd897f98693a320ee8ca1546677ec6d093c5c2f (patch)
tree97cb720caa865a5b5893a35eb37610ad4e7727c7
parentfix the rdtsc namimg (diff)
downloadipxe-3dd897f98693a320ee8ca1546677ec6d093c5c2f.tar.gz
ipxe-3dd897f98693a320ee8ca1546677ec6d093c5c2f.tar.xz
ipxe-3dd897f98693a320ee8ca1546677ec6d093c5c2f.zip
[Timers] Do not enable serial console by default; this change should not
be propagated to master.
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index 4aac654a2..b3e572692 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 */