mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-13 21:36:57 +00:00
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: Tom Rini <trini@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
57b5e43e95
commit
b352dde1ea
1 changed files with 0 additions and 1 deletions
|
@ -294,7 +294,6 @@ void s_init(void)
|
|||
save_omap_boot_params();
|
||||
#endif
|
||||
watchdog_disable();
|
||||
timer_init();
|
||||
set_uart_mux_conf();
|
||||
setup_clocks_for_console();
|
||||
uart_soft_reset();
|
||||
|
|
Loading…
Add table
Reference in a new issue