]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/stdio.c
serial: Remove CONFIG_SERIAL_MULTI from remaining sources
[karo-tx-uboot.git] / common / stdio.c
index 1bf9ba082978c074d2b5b6baf21827e1484a6449..605ff3fde3ea30e1f631043ea5003557360689c0 100644 (file)
@@ -227,9 +227,7 @@ int stdio_init (void)
        drv_logbuff_init ();
 #endif
        drv_system_init ();
-#ifdef CONFIG_SERIAL_MULTI
        serial_stdio_init ();
-#endif
 #ifdef CONFIG_USB_TTY
        drv_usbtty_init ();
 #endif