commit | 14dace70580df099deb9cdce8f9cfb16a31e9d1b | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Mon Aug 06 08:49:54 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Tue Sep 04 17:05:39 2012 -0700 |
tree | b858de1dccd2802b680ff8a2adeea5c6efe644a3 | |
parent | 629868755703aa173458531537cb8c4b570ed47c [diff] |
am33xx: Remove redundant timer config We have the timer code in arch/arm/cpu/armv7/omap-common/timer.c that has been configuring and enabling the timer, so remove our code that does the same thing by different methods. Tested on EVM GP, SK-EVM and Beaglebone. Signed-off-by: Tom Rini <trini@ti.com>