]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/m68k/lib/board.c
serial: Remove CONFIG_SERIAL_MULTI from remaining sources
[karo-tx-uboot.git] / arch / m68k / lib / board.c
index 2add630abb463c6531268b2c75f6d3700bb29a4f..67c9a1382e30160f7278c9ec89df005fd10eff56 100644 (file)
@@ -401,9 +401,7 @@ void board_init_r (gd_t *id, ulong dest_addr)
 
        gd->flags |= GD_FLG_RELOC;      /* tell others: relocation done */
 
-#ifdef CONFIG_SERIAL_MULTI
        serial_initialize();
-#endif
 
        debug ("Now running in RAM - U-Boot at: %08lx\n", dest_addr);