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-Url: http://git.etherboot.org/people/mcb30/gpxe.git/commitdiff_plain/3dd897f98693a320ee8ca1546677ec6d093c5c2f [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 4aac654a..b3e57269 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 */