mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 22:51:37 +00:00
x86: Remove the prototype for the unused function board_init
Signed-off-by: Gabe Black <gabeblack@chromium.org>
This commit is contained in:
parent
3c7db1beac
commit
fdb711528c
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ int dram_init_f(void);
|
||||||
int cpu_init_interrupts(void);
|
int cpu_init_interrupts(void);
|
||||||
|
|
||||||
/* board/.../... */
|
/* board/.../... */
|
||||||
int board_init(void);
|
|
||||||
int dram_init(void);
|
int dram_init(void);
|
||||||
|
|
||||||
void setup_pcat_compatibility(void);
|
void setup_pcat_compatibility(void);
|
||||||
|
|
Loading…
Add table
Reference in a new issue