mirror of
https://github.com/ipxe/ipxe
synced 2026-02-28 03:11:18 +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 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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user