diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-10 20:44:28 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-08-14 03:24:21 -0600 |
commit | 93afae5d055bc5467d49f211b2167f6f0f4e39f7 (patch) | |
tree | 64cf756ed89515fc5640b54702538c234d897d03 /arch/x86/include | |
parent | c8896ee481a2ca4a25f5f1f3c2d211dbc127bdb9 (diff) | |
download | u-boot-imx-93afae5d055bc5467d49f211b2167f6f0f4e39f7.zip u-boot-imx-93afae5d055bc5467d49f211b2167f6f0f4e39f7.tar.gz u-boot-imx-93afae5d055bc5467d49f211b2167f6f0f4e39f7.tar.bz2 |
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>
Diffstat (limited to 'arch/x86/include')
-rw-r--r-- | arch/x86/include/asm/u-boot-x86.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/u-boot-x86.h b/arch/x86/include/asm/u-boot-x86.h index 4dae365..1c459d5 100644 --- a/arch/x86/include/asm/u-boot-x86.h +++ b/arch/x86/include/asm/u-boot-x86.h @@ -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 |