ARM: at91: drop at91_set_serial_console
[firefly-linux-kernel-4.4.55.git] / arch / arm / mach-at91 / board-sam9260ek.c
index d5aec55b0eb4903a06c6045169cd21af24bb3824..6da17b5e1e2f35a6210a03d468cbf4b43ee73312 100644 (file)
@@ -65,9 +65,6 @@ static void __init ek_init_early(void)
 
        /* USART1 on ttyS2. (Rx, Tx, RTS, CTS) */
        at91_register_uart(AT91SAM9260_ID_US1, 2, ATMEL_UART_CTS | ATMEL_UART_RTS);
-
-       /* set serial console to ttyS0 (ie, DBGU) */
-       at91_set_serial_console(0);
 }
 
 /*