u-boot-brain/lib_avr32
Haavard Skinnemoen 25e6854d42 avr32: use board_early_init_r instead of board_init_info
Replace the avr32-specific board_init_info hook by the standard
board_early_init_r hook and make it optional.

board_early_init_r() runs somewhat earlier than board_init_info used to
do, but this isn't a problem for any of the in-tree boards.

Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2008-09-01 14:21:35 +02:00
..
board.c avr32: use board_early_init_r instead of board_init_info 2008-09-01 14:21:35 +02:00
bootm.c bootm: refactor do_reset and os boot function args 2008-08-26 23:48:01 +02:00
interrupts.c AVR32: Fix logic inversion in disable_interrupts() 2007-12-17 11:02:44 +01:00
Makefile [Makefile] Sort COBJS in lib_<arch> Makefiles 2008-02-27 11:00:47 +01:00
memset.S avr32: Put memset in its own section 2008-05-27 15:27:30 +02:00