aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/u-boot-x86.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-03-28 10:27:18 -0600
committerTom Rini <trini@konsulko.com>2017-04-05 13:52:36 -0400
commit671549e5b0f51ad015746f0dcbe05332dfe370b1 (patch)
tree0107d1449b4ef4ea25b01c72e5010cd11ecb42af /arch/x86/include/asm/u-boot-x86.h
parent2d986c0f54fba2b0e25898976d8ceb16a78ad8cb (diff)
downloadu-boot-671549e5b0f51ad015746f0dcbe05332dfe370b1.zip
u-boot-671549e5b0f51ad015746f0dcbe05332dfe370b1.tar.gz
u-boot-671549e5b0f51ad015746f0dcbe05332dfe370b1.tar.bz2
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>
Diffstat (limited to 'arch/x86/include/asm/u-boot-x86.h')
-rw-r--r--arch/x86/include/asm/u-boot-x86.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/include/asm/u-boot-x86.h b/arch/x86/include/asm/u-boot-x86.h
index 4f901f9..cc7fc73 100644
--- a/arch/x86/include/asm/u-boot-x86.h
+++ b/arch/x86/include/asm/u-boot-x86.h
@@ -55,9 +55,6 @@ u32 isa_map_rom(u32 bus_addr, int size);
/* arch/x86/lib/... */
int video_bios_init(void);
-/* arch/x86/lib/fsp/... */
-int x86_fsp_init(void);
-
void board_init_f_r_trampoline(ulong) __attribute__ ((noreturn));
void board_init_f_r(void) __attribute__ ((noreturn));