From: Lokesh Vutla Date: Tue, 27 Jun 2017 08:20:57 +0000 (+0530) Subject: arm: omap4+: Enable spl_early_init() X-Git-Tag: v2025.01-rc5-pxa1908~6399 X-Git-Url: http://git.dujemihanovic.xyz/img/static/gitweb.css?a=commitdiff_plain;h=3c9c4a2c509b194874ed729c5d683feb039ccc92;p=u-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 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();