mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
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>
This commit is contained in:
parent
279006db4f
commit
afd5d50c12
2 changed files with 1 additions and 3 deletions
|
@ -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_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue