commit | 6bf2de219c42debf6c9db83ce92f313a72dbbc5f | [log] [tgz] |
---|---|---|
author | Stelian Pop <stelian@popies.net> | Wed Mar 26 21:52:27 2008 +0100 |
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | Tue Apr 01 01:44:05 2008 +0200 |
tree | 656d36ef304fda96d20c9c8039c8c31bf16c8f2e | |
parent | 03c684dcd3403e893e2d97d1775a0162e7bd155b [diff] |
Use timer_init() instead of board supplied interrupt_init() The timer on AT91CAP9/AT91SAM9 is supplied by the SoC, and not by the board, so use timer_init() instead of interrupt_init(). Signed-off-by: Stelian Pop <stelian@popies.net>