ARM: at91: drop at91_set_serial_console
[firefly-linux-kernel-4.4.55.git] / arch / arm / mach-at91 / board-sam9m10g45ek.c
index c88e908ddd82e9de014b360448a194c568f27154..be2ca19fe5ad869822278f0082a9032df6f07802 100644 (file)
@@ -60,9 +60,6 @@ static void __init ek_init_early(void)
        /* USART0 not connected on the -EK board */
        /* USART1 on ttyS2. (Rx, Tx, RTS, CTS) */
        at91_register_uart(AT91SAM9G45_ID_US1, 2, ATMEL_UART_CTS | ATMEL_UART_RTS);
-
-       /* set serial console to ttyS0 (ie, DBGU) */
-       at91_set_serial_console(0);
 }
 
 /*