board_f: x86: Rename x86_fsp_init() to arch_fsp_init()
authorSimon Glass <sjg@chromium.org>
Tue, 28 Mar 2017 16:27:18 +0000 (10:27 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 5 Apr 2017 17:52:36 +0000 (13:52 -0400)
commit671549e5b0f51ad015746f0dcbe05332dfe370b1
tree0107d1449b4ef4ea25b01c72e5010cd11ecb42af
parent2d986c0f54fba2b0e25898976d8ceb16a78ad8cb
board_f: x86: Rename x86_fsp_init() to arch_fsp_init()

While x86 is the only user and this could in principle be moved to
arch_cpu_init() there is some justification for this being a separate
call. It provides a way to handle init which is not CPU-specific, but
must happen before the CPU can be set up.

Rename the function to be more generic.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Stefan Roese <sr@denx.de>
arch/x86/include/asm/u-boot-x86.h
arch/x86/lib/fsp/fsp_common.c
common/board_f.c
include/common.h