Skip to content
Snippets Groups Projects
Commit 3c9c4a2c authored by Lokesh Vutla's avatar Lokesh Vutla Committed by Tom Rini
Browse files

arm: omap4+: Enable spl_early_init()


Enable spl_early_init() so that spl can use
DT very early during boot.

Signed-off-by: default avatarLokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
parent 4bd754d8
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment