commit | fc7784ed3bef5d97d6fa37195d6ae276fa861029 | [log] [tgz] |
---|---|---|
author | Francois Retief <fgretief@spaceteq.co.za> | Mon Nov 23 13:05:44 2015 +0200 |
committer | Francois Retief <fgretief@spaceteq.co.za> | Thu Dec 03 13:15:49 2015 +0200 |
tree | 85818582f0a825daf140ceb8afb8412d7fad8cf8 | |
parent | 7d07d680bd7d6e1cf502269b07f8125f9db0c62d [diff] |
sparc: Update PROM initialization code for generic board Fixed the prom_relocate() function in start.S file by reserving memory in the board_init_f sequence and saving the offset to the __prom_start_reloc variable. This value is used as the destination when relocating the PROM. Add the prom_init() function to the end of the board_init_r sequence. Signed-off-by: Francois Retief <fgretief@spaceteq.co.za>