]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
AVR32: Split start_u_boot into board_init_f and board_init_r
authorHaavard Skinnemoen <hskinnemoen@atmel.com>
Sat, 18 Nov 2006 16:15:30 +0000 (17:15 +0100)
committerHaavard Skinnemoen <hskinnemoen@atmel.com>
Sat, 14 Apr 2007 13:20:20 +0000 (15:20 +0200)
commitc841beeddebece0039e724fb27f4d1a39ee1c6b6
treefcfc4a6879154130b2bfd0167de0cc49554afede
parent6c9ba919375db977aaad9146bf320c7afd07ae7a
AVR32: Split start_u_boot into board_init_f and board_init_r

Split the avr32 initialization code into a function to run before
relocation, board_init_f and a function to run after relocation,
board_init_r. For now, board_init_f simply calls board_init_r
at the end.

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