]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
x86: Remove gdt_addr from arch_global_data
authorSimon Glass <sjg@chromium.org>
Thu, 13 Dec 2012 20:48:40 +0000 (20:48 +0000)
committerTom Rini <trini@ti.com>
Fri, 1 Feb 2013 20:35:15 +0000 (15:35 -0500)
Remove this unused field.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/include/asm/global_data.h

index 39c1acfe477cca26fb668b30b38e56d6ce374e9d..9a4f141bf824355a78dbc701cac47a3bcfb5cdca 100644 (file)
@@ -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 */