commit | 2ab281037555de1710aa597531562fe071470198 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Mon May 14 12:38:18 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Sat Jul 07 14:07:21 2012 +0200 |
tree | c1338e35ac8b84797182b5e9a44a171f54c57e15 | |
parent | d1df0fd37388fe0dc77a75f5aece04f70cc3f7e6 [diff] |
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>