summaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2012-12-13 20:48:40 +0000
committerTom Rini <trini@ti.com>2013-02-01 15:35:15 -0500
commitdf4aa625a2a6dbc3151ca7aa5e0656f281416cfe (patch)
tree709a10c4a6432f85998ef9554f25f9fae8a8e2d1 /arch/x86
parent34fd5d253dee74fa8e431fc2183aa9f2637afa04 (diff)
downloadtalos-obmc-uboot-df4aa625a2a6dbc3151ca7aa5e0656f281416cfe.tar.gz
talos-obmc-uboot-df4aa625a2a6dbc3151ca7aa5e0656f281416cfe.zip
x86: Remove gdt_addr from arch_global_data
Remove this unused field. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/include/asm/global_data.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/global_data.h b/arch/x86/include/asm/global_data.h
index 39c1acfe47..9a4f141bf8 100644
--- a/arch/x86/include/asm/global_data.h
+++ b/arch/x86/include/asm/global_data.h
@@ -61,7 +61,6 @@ struct global_data {
unsigned long bus_clk;
unsigned long relocaddr; /* Start address of U-Boot in RAM */
unsigned long start_addr_sp; /* start_addr_stackpointer */
- unsigned long gdt_addr; /* Location of GDT */
phys_size_t ram_size; /* RAM size */
unsigned long reset_status; /* reset status register at boot */
const void *fdt_blob; /* Our device tree, NULL if none */
OpenPOWER on IntegriCloud