diff options
Diffstat (limited to 'src/southbridge/via/vt82c686')
-rw-r--r-- | src/southbridge/via/vt82c686/vt82c686_early_serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/via/vt82c686/vt82c686_early_serial.c b/src/southbridge/via/vt82c686/vt82c686_early_serial.c index e5aff02b8a..70c68aaaf5 100644 --- a/src/southbridge/via/vt82c686/vt82c686_early_serial.c +++ b/src/southbridge/via/vt82c686/vt82c686_early_serial.c @@ -65,7 +65,7 @@ static void vt82c686_enable_serial(device_t dev, unsigned iobase) if (sbdev == PCI_DEV_INVALID) { /* Serial output is not yet working at this point, but * die() emits the POST code 0xff and halts the CPU, too. */ - die("Southbridge not found.\r\n"); + die("Southbridge not found.\n"); } /* Enable Super-I/O (bit 0) and Super-I/O Configuration (bit 1). */ |