mirror of
https://github.com/ipxe/ipxe
synced 2025-12-15 09:04:37 +03:00
Check that serial port init actually happens
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user