On Wed, Jan 4, 2012 at 11:59 AM, Graeme Russ <graeme.r...@gmail.com> wrote: > 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' > > Signed-off-by: Graeme Russ <graeme.r...@gmail.com>
Acked-by: Simon Glass <s...@chromium.org> > --- > 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 > > arch/x86/include/asm/init_helpers.h | 5 + > arch/x86/include/asm/relocate.h | 33 ++++++ > arch/x86/lib/board.c | 186 > +++++++++++++++++------------------ > arch/x86/lib/init_helpers.c | 75 ++++++++++++++ > arch/x86/lib/relocate.c | 32 +----- > 5 files changed, 206 insertions(+), 125 deletions(-) > create mode 100644 arch/x86/include/asm/relocate.h > _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot