commit | 3fb4f9e620acbbb66c9e3e8dfcde9f9e3f5b646d | [log] [tgz] |
---|---|---|
author | Graeme Russ <graeme.russ@gmail.com> | Fri Dec 23 21:14:22 2011 +1100 |
committer | Graeme Russ <graeme.russ@gmail.com> | Wed Jan 04 22:53:14 2012 +1100 |
tree | 22c6d8302e518c516ca4655cbcf03f36d5c9a453 | |
parent | a875ddaea40816fb966e258552ff9a04f1d6a26b [diff] |
x86: Convert board_init_f_r to a processing loop Create an init function array for board_init_f_r - This finalises the migration to a purely array based initialisation mechanism Also tweak a few comments while we are at it so everything is 'correct' -- Changes for v2: - Renamed to a more apt name - Fix bug in set_reloc_flag_r - Re-instate gd->flags = boot_flags; in board_init_f - Added commit message