mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
x86: Remove init_gd() function
This is declared but no-longer exists. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
c8896ee481
commit
93afae5d05
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ extern char gdt_rom[];
|
|||
int arch_cpu_init(void);
|
||||
int x86_cpu_init_f(void);
|
||||
int cpu_init_f(void);
|
||||
void init_gd(gd_t *id, u64 *gdt_addr);
|
||||
void setup_gdt(gd_t *id, u64 *gdt_addr);
|
||||
/*
|
||||
* Setup FSP execution environment GDT to use the one we used in
|
||||
|
|
Loading…
Add table
Reference in a new issue