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 <lokeshvutla@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
4bd754d8ab
commit
3c9c4a2c50
@ -165,6 +165,7 @@ void early_system_init(void)
|
|||||||
* to prevent overwrites.
|
* to prevent overwrites.
|
||||||
*/
|
*/
|
||||||
save_omap_boot_params();
|
save_omap_boot_params();
|
||||||
|
spl_early_init();
|
||||||
#endif
|
#endif
|
||||||
do_board_detect();
|
do_board_detect();
|
||||||
vcores_init();
|
vcores_init();
|
||||||
|
Loading…
Reference in New Issue
Block a user