]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
am33xx: Drop timer_init call from s_init
authorTom Rini <trini@ti.com>
Fri, 19 Dec 2014 21:52:54 +0000 (16:52 -0500)
committerTom Rini <trini@ti.com>
Mon, 5 Jan 2015 20:13:45 +0000 (15:13 -0500)
commitb352dde1ea715e8481946ec7d8086b3c3eb126ae
tree72f78da63e6f4919703322252eed2a183bfd413a
parent57b5e43e95815387de7b110bf469c5650544963e
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>
arch/arm/cpu/armv7/am33xx/board.c