]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Use timer_init() instead of board supplied interrupt_init()
authorStelian Pop <stelian@popies.net>
Wed, 26 Mar 2008 20:52:27 +0000 (21:52 +0100)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Mon, 31 Mar 2008 23:44:05 +0000 (01:44 +0200)
commit61106a565870ff503f92b251b94bd7afef889a04
tree656d36ef304fda96d20c9c8039c8c31bf16c8f2e
parent5604e2178c5218fbfdba2e4293ca7652e829ac25
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>
cpu/arm926ejs/at91cap9/timer.c
cpu/arm926ejs/interrupts.c