mirror of
https://github.com/ipxe/ipxe.git
synced 2026-05-04 12:01:25 +02:00
Check that serial port init actually happens
This commit is contained in:
parent
66dcd22f61
commit
69d2261016
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user