From: Lokesh Vutla Date: Tue, 27 Jun 2017 08:20:57 +0000 (+0530) Subject: arm: omap4+: Enable spl_early_init() X-Git-Tag: v2017.09-rc1~220 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3c9c4a2c509b194874ed729c5d683feb039ccc92;p=platform%2Fkernel%2Fu-boot.git arm: omap4+: Enable spl_early_init() Enable spl_early_init() so that spl can use DT very early during boot. Signed-off-by: Lokesh Vutla Reviewed-by: Tom Rini --- diff --git a/arch/arm/mach-omap2/hwinit-common.c b/arch/arm/mach-omap2/hwinit-common.c index 77368ee..7324d52 100644 --- a/arch/arm/mach-omap2/hwinit-common.c +++ b/arch/arm/mach-omap2/hwinit-common.c @@ -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();