diff options
| author | Simon Glass <sjg@chromium.org> | 2012-12-13 20:48:40 +0000 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-02-01 15:35:15 -0500 | 
| commit | df4aa625a2a6dbc3151ca7aa5e0656f281416cfe (patch) | |
| tree | 709a10c4a6432f85998ef9554f25f9fae8a8e2d1 | |
| parent | 34fd5d253dee74fa8e431fc2183aa9f2637afa04 (diff) | |
| download | olio-uboot-2014.01-df4aa625a2a6dbc3151ca7aa5e0656f281416cfe.tar.xz olio-uboot-2014.01-df4aa625a2a6dbc3151ca7aa5e0656f281416cfe.zip | |
x86: Remove gdt_addr from arch_global_data
Remove this unused field.
Signed-off-by: Simon Glass <sjg@chromium.org>
| -rw-r--r-- | arch/x86/include/asm/global_data.h | 1 | 
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 39c1acfe4..9a4f141bf 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 */ |