ARM: at91: drop at91_set_serial_console
[firefly-linux-kernel-4.4.55.git] / arch / arm / mach-at91 / board-foxg20.c
index caf017f0f4ee3920e56280b9b89c3541bcde4751..bb0780764b3aee99d7ef22cdb981fac3cc7b2d5b 100644 (file)
@@ -93,9 +93,6 @@ static void __init foxg20_init_early(void)
        /* USART5 on ttyS6. (Rx & Tx only) */
        at91_register_uart(AT91SAM9260_ID_US5, 6, 0);
 
-       /* set serial console to ttyS0 (ie, DBGU) */
-       at91_set_serial_console(0);
-
        /* Set the internal pull-up resistor on DRXD */
        at91_set_A_periph(AT91_PIN_PB14, 1);