| commit | c841beeddebece0039e724fb27f4d1a39ee1c6b6 | [log] [tgz] |
|---|---|---|
| author | Haavard Skinnemoen <hskinnemoen@atmel.com> | Sat Nov 18 17:15:30 2006 +0100 |
| committer | Haavard Skinnemoen <hskinnemoen@atmel.com> | Sat Apr 14 15:20:20 2007 +0200 |
| tree | fcfc4a6879154130b2bfd0167de0cc49554afede | |
| parent | 6c9ba919375db977aaad9146bf320c7afd07ae7a [diff] |
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>