]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/lib/board.c
mx35: Fix eSDHC clocks
[u-boot] / arch / arm / lib / board.c
index 109a1ac75281aa2effb9bd17bd3fa63f26a0c147..0b47ab341edf41eb8b82a96b416f31efbb7c098e 100644 (file)
@@ -492,9 +492,7 @@ void board_init_r(gd_t *id, ulong dest_addr)
 #ifdef CONFIG_CLOCKS
        set_cpu_clk_info(); /* Setup clock information */
 #endif
-#ifdef CONFIG_SERIAL_MULTI
        serial_initialize();
-#endif
 
        debug("Now running in RAM - U-Boot at: %08lx\n", dest_addr);