ARM: imx6q_logic: Enable DM_SERIAL
[oweals/u-boot.git] / board / logicpd / imx6 / imx6logic.c
index 36ebe12773ad6442a13cd44de47d4bbc00895666..7fb6dc42c67485844948120b2761ef8bf70f527e 100644 (file)
@@ -348,6 +348,9 @@ void board_init_f(ulong dummy)
        /* setup GP timer */
        timer_init();
 
+       /* Enable device tree and early DM support*/
+       spl_early_init();
+
        /* UART clocks enabled and gd valid - init serial console */
        preloader_console_init();
 }