Index: work-powerpc.git/drivers/serial/mpc52xx_uart.c =================================================================== --- work-powerpc.git.orig/drivers/serial/mpc52xx_uart.c +++ work-powerpc.git/drivers/serial/mpc52xx_uart.c @@ -285,7 +285,7 @@ mpc52xx_uart_set_termios(struct uart_por /* Do our best to flush TX & RX, so we don't loose anything */ /* But we don't wait indefinitly ! */ - j = 5000000; /* Maximum wait */ + j = 500000; /* Maximum wait */ /* FIXME Can't receive chars since set_termios might be called at early * boot for the console, all stuff is not yet ready to receive at that * time and that just makes the kernel oops */