[U-Boot] common/board_f: move board_init_f_mem() from #else CONFIG_X86

Tom Rini trini at konsulko.com
Sat Mar 28 19:10:12 CET 2015


On Tue, Mar 24, 2015 at 11:12:47AM +0300, Alexey Brodkin wrote:

> Purpose of this change is to make it possible to re-use code currently
> used on X86 solely for other architectures. For example:
>  * init_sequence_f_r
>  * board_init_f_r
> 
> Even though board_init_f_mem() has nothing to do with any particular
> architecture it won't work (at least in current implementation) for X86.
> 
> This is because on X86 "gd" is an alias to function get_fs_gd_ptr(),
> thus we cannot assign anything to it.
> 
> So this change separates selection of board_init_f_mem() from X86 while
> keeping it disabled for X86 still.
> 
> Signed-off-by: Alexey Brodkin <abrodkin at synopsys.com>
> Cc: Simon Glass <sjg at chromium.org>
> Cc: Tom Rini <trini at konsulko.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150328/13e7c17d/attachment.sig>


More information about the U-Boot mailing list