summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-01-17 16:11:28 -0700
committerBin Meng <bmeng.cn@gmail.com>2016-01-24 12:08:17 +0800
commitafd5d50c127da6457ce75b534717b954e07f606c (patch)
tree10a0fe7ad631efc857f4d998d78a4ee0d4a0132e /arch/x86/include
parent279006db4f6c7bacd506e734bc9ba9d32ed0913c (diff)
downloadblackbird-obmc-uboot-afd5d50c127da6457ce75b534717b954e07f606c.tar.gz
blackbird-obmc-uboot-afd5d50c127da6457ce75b534717b954e07f606c.zip
x86: Make x86_init_cpus() static
There are no other implementations of this function, and boards that need it can implement a CPU driver. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/include')
-rw-r--r--arch/x86/include/asm/u-boot-x86.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/u-boot-x86.h b/arch/x86/include/asm/u-boot-x86.h
index dbf8e95c1b..9c143caf67 100644
--- a/arch/x86/include/asm/u-boot-x86.h
+++ b/arch/x86/include/asm/u-boot-x86.h
@@ -77,8 +77,6 @@ uint64_t timer_get_tsc(void);
void quick_ram_check(void);
-int x86_init_cpus(void);
-
#define PCI_VGA_RAM_IMAGE_START 0xc0000
#endif /* _U_BOOT_I386_H_ */
OpenPOWER on IntegriCloud