projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8896ee
)
x86: Remove init_gd() function
author
Simon Glass
<sjg@chromium.org>
Tue, 11 Aug 2015 02:44:28 +0000
(20:44 -0600)
committer
Simon Glass
<sjg@chromium.org>
Fri, 14 Aug 2015 09:24:21 +0000
(
03:24
-0600)
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>
arch/x86/include/asm/u-boot-x86.h
patch
|
blob
|
history
diff --git
a/arch/x86/include/asm/u-boot-x86.h
b/arch/x86/include/asm/u-boot-x86.h
index 4dae365a1233bcf2cb3804ba3f8cedcf05b26f36..1c459d5ae34af16d1ae5ed9a53fae6ca954a922f 100644
(file)
--- 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