]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
am33xx: Do not call init_timer twice
authorTom Rini <trini@ti.com>
Mon, 14 May 2012 12:38:18 +0000 (12:38 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 7 Jul 2012 12:07:21 +0000 (14:07 +0200)
commit2ab281037555de1710aa597531562fe071470198
treec1338e35ac8b84797182b5e9a44a171f54c57e15
parentd1df0fd37388fe0dc77a75f5aece04f70cc3f7e6
am33xx: Do not call init_timer twice

We do not need to call init_timer both in SPL and U-Boot itself, just
SPL needs to initialize the timer.

Signed-off-by: Tom Rini <trini@ti.com>
arch/arm/cpu/armv7/am33xx/board.c
arch/arm/include/asm/arch-am33xx/cpu.h
board/ti/am335x/evm.c