u-boot-brain/arch/avr32/cpu
Sven Schnelle bf0b631343 AVR32: fix timer_init() function
timer_init() now returns an int (the error code) instead of void.
This makes compilation fail with:

interrupts.c:111: error: conflicting types for 'timer_init'
/home/svens/u-boot/u-boot/include/common.h:246: error: previous
declaration of 'timer_init' was here
make[1]: *** [interrupts.o] Error 1

Signed-off-by: Sven Schnelle <svens@stackframe.org>
Acked-by: Andreas Bießmann <andreas.devel@googlemail.com>
Signed-off-by: Anatolij Gustschin <agust@denx.de>
2011-12-20 23:10:04 +01:00
..
at32ap700x avr32: fixup definitions to ATMEL_BASE_xxx 2011-05-18 07:56:50 +02:00
cache.c avr32: Move cpu/at32ap/* to arch/avr32/cpu/* 2010-04-13 09:13:25 +02:00
config.mk avr32: Move cpu/at32ap/* to arch/avr32/cpu/* 2010-04-13 09:13:25 +02:00
cpu.c avr32: rename memory-map.h -> hardware.h 2011-05-18 07:56:50 +02:00
exception.c avr32: Print unrelocated PC on exception 2010-09-03 15:12:42 +02:00
hsdramc.c avr32: rename memory-map.h -> hardware.h 2011-05-18 07:56:50 +02:00
hsdramc1.h avr32: fixup definitions to ATMEL_BASE_xxx 2011-05-18 07:56:50 +02:00
hsmc3.h avr32: fixup definitions to ATMEL_BASE_xxx 2011-05-18 07:56:50 +02:00
interrupts.c AVR32: fix timer_init() function 2011-12-20 23:10:04 +01:00
Makefile Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
pio2.h avr32: Move cpu/at32ap/* to arch/avr32/cpu/* 2010-04-13 09:13:25 +02:00
portmux-gpio.c avr32: rename memory-map.h -> hardware.h 2011-05-18 07:56:50 +02:00
portmux-pio.c avr32: rename memory-map.h -> hardware.h 2011-05-18 07:56:50 +02:00
start.S rename _end to __bss_end__ 2011-03-27 19:18:37 +02:00
u-boot.lds avr32: use single linker script 2011-05-18 07:56:53 +02:00