From: Michael Brown Date: Sun, 2 Mar 2008 02:32:12 +0000 (+0000) Subject: [Timers] Do not enable serial console by default; this change should not X-Git-Tag: v0.9.4~225^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dd897f98693a320ee8ca1546677ec6d093c5c2f;p=thirdparty%2Fipxe.git [Timers] Do not enable serial console by default; this change should not be propagated to master. --- 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 */