]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
AVR32: Enable interrupts at bootup
authorHaavard Skinnemoen <hskinnemoen@atmel.com>
Fri, 14 Dec 2007 15:51:22 +0000 (16:51 +0100)
committerHaavard Skinnemoen <hskinnemoen@atmel.com>
Mon, 17 Dec 2007 09:43:16 +0000 (10:43 +0100)
commitacac475212cbedb17b321a363a1c878e2b47b37f
tree0e14ea5ae63ae1cf151a5e51d759533ffcd86b4c
parent9570bcd87f4db255514f43b6701746c412f8fef0
AVR32: Enable interrupts at bootup

The timer code depends on the timer interrupt to keep track of the
upper 32 bits of the cycle counter. This obviously doesn't work when
interrupts are disabled the whole time.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
lib_avr32/board.c