Skip to content
Snippets Groups Projects
Commit c841beed authored by Haavard Skinnemoen's avatar Haavard Skinnemoen
Browse files

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: default avatarHaavard Skinnemoen <hskinnemoen@atmel.com>
parent 6c9ba919
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment