mirror of https://github.com/ipxe/ipxe.git
Check that serial port init actually happens
parent
66dcd22f61
commit
69d2261016
|
@ -149,6 +149,8 @@ static void serial_init ( void ) {
|
||||||
int status;
|
int status;
|
||||||
int divisor, lcs;
|
int divisor, lcs;
|
||||||
|
|
||||||
|
DBG ( "Serial port %#x initialising\n", UART_BASE );
|
||||||
|
|
||||||
divisor = COMBRD;
|
divisor = COMBRD;
|
||||||
lcs = UART_LCS;
|
lcs = UART_LCS;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue