]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Convert board_init_f_r to a processing loop
authorGraeme Russ <graeme.russ@gmail.com>
Fri, 23 Dec 2011 10:14:22 +0000 (21:14 +1100)
committerGraeme Russ <graeme.russ@gmail.com>
Wed, 4 Jan 2012 11:53:14 +0000 (22:53 +1100)
commita1d57b7aba85abc787675952b40c550bf3a595f8
tree22c6d8302e518c516ca4655cbcf03f36d5c9a453
parentd47ab0ecde1c9a66acbaf421ddd92c888d2ef344
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
arch/x86/include/asm/init_helpers.h
arch/x86/include/asm/relocate.h [new file with mode: 0644]
arch/x86/lib/board.c
arch/x86/lib/init_helpers.c
arch/x86/lib/relocate.c