Check that serial port init actually happens

This commit is contained in:
Michael Brown
2006-09-01 00:26:32 +00:00
parent 66dcd22f61
commit 69d2261016

View File

@@ -149,6 +149,8 @@ static void serial_init ( void ) {
int status;
int divisor, lcs;
DBG ( "Serial port %#x initialising\n", UART_BASE );
divisor = COMBRD;
lcs = UART_LCS;