From 3c9c4a2c509b194874ed729c5d683feb039ccc92 Mon Sep 17 00:00:00 2001 From: Lokesh Vutla Date: Tue, 27 Jun 2017 13:50:57 +0530 Subject: [PATCH] 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 --- arch/arm/mach-omap2/hwinit-common.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-omap2/hwinit-common.c b/arch/arm/mach-omap2/hwinit-common.c index 77368ee85f..7324d522ee 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(); -- 2.39.2