Merge git://git.denx.de/u-boot-fsl-qoriq
[oweals/u-boot.git] / arch / arm / mach-omap2 / hwinit-common.c
index 77368ee85f5a7502b75e00aa031f31aa3f13365e..56890a0c545caf215f16cc82c6248f044d5c519c 100644 (file)
@@ -167,6 +167,9 @@ void early_system_init(void)
        save_omap_boot_params();
 #endif
        do_board_detect();
+#ifdef CONFIG_SPL_BUILD
+       spl_early_init();
+#endif
        vcores_init();
 #ifdef CONFIG_DEBUG_UART_OMAP
        debug_uart_init();