diff options
| author | Michael Brown | 2008-03-02 03:32:12 +0100 |
|---|---|---|
| committer | Michael Brown | 2008-03-02 03:32:12 +0100 |
| commit | 3dd897f98693a320ee8ca1546677ec6d093c5c2f (patch) | |
| tree | 97cb720caa865a5b5893a35eb37610ad4e7727c7 /src/config.h | |
| parent | fix the rdtsc namimg (diff) | |
| download | ipxe-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.
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 2 |
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 */ |
