]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/trizepsiv/conxs.c
serial: Remove CONFIG_SERIAL_MULTI from serial drivers
[karo-tx-uboot.git] / board / trizepsiv / conxs.c
index 8fc3c40e6b4459edc455f9565651dfe27b787624..871e052b04e8e699dc3785cbf5f1cb433071d4b1 100644 (file)
@@ -120,7 +120,6 @@ int board_init (void)
 
 int board_late_init(void)
 {
-#if defined(CONFIG_SERIAL_MULTI)
        char *console=getenv("boot_console");
 
        if ((console == NULL) || (strcmp(console,"serial_btuart") &&
@@ -131,7 +130,6 @@ int board_late_init(void)
        setenv("stdout",console);
        setenv("stdin", console);
        setenv("stderr",console);
-#endif
        return 0;
 }