Skip to content
Snippets Groups Projects
Commit b352dde1 authored by Tom Rini's avatar Tom Rini
Browse files

am33xx: Drop timer_init call from s_init


In both SPL and non-SPL cases we will make a call to timer_init() early
on and do not need to call it again within s_init().

Signed-off-by: default avatarTom Rini <trini@ti.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent 57b5e43e
No related branches found
No related tags found
No related merge requests found
...@@ -294,7 +294,6 @@ void s_init(void) ...@@ -294,7 +294,6 @@ void s_init(void)
save_omap_boot_params(); save_omap_boot_params();
#endif #endif
watchdog_disable(); watchdog_disable();
timer_init();
set_uart_mux_conf(); set_uart_mux_conf();
setup_clocks_for_console(); setup_clocks_for_console();
uart_soft_reset(); uart_soft_reset();
......
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