arm: omap4+: Enable spl_early_init()
authorLokesh Vutla <lokeshvutla@ti.com>
Tue, 27 Jun 2017 08:20:57 +0000 (13:50 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 10 Jul 2017 18:26:04 +0000 (14:26 -0400)
Enable spl_early_init() so that spl can use
DT very early during boot.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/mach-omap2/hwinit-common.c

index 77368ee..7324d52 100644 (file)
@@ -165,6 +165,7 @@ void early_system_init(void)
         * to prevent overwrites.
         */
        save_omap_boot_params();
+       spl_early_init();
 #endif
        do_board_detect();
        vcores_init();