From: Simon Glass <sjg@chromium.org>
Date: Thu, 13 Dec 2012 20:48:40 +0000 (+0000)
Subject: x86: Remove gdt_addr from arch_global_data
X-Git-Tag: v2025.01-rc5-pxa1908~16547
X-Git-Url: http://git.dujemihanovic.xyz/%22/icons/right.gif/static/git-logo.png?a=commitdiff_plain;h=df4aa625a2a6dbc3151ca7aa5e0656f281416cfe;p=u-boot.git

x86: Remove gdt_addr from arch_global_data

Remove this unused field.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

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 */