]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/x86/include/asm/global_data.h
x86: Put global data on the stack
[karo-tx-uboot.git] / arch / x86 / include / asm / global_data.h
index 13a3ce8fbf5e24bc47aceffc89e5e73c3cfd40d3..59c2a9095bd662c579b41030418f54ca6b6e7e7c 100644 (file)
@@ -54,7 +54,6 @@ struct global_data {
        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 */
-       unsigned long   new_gd_addr;    /* New location of Global Data */
        phys_size_t     ram_size;       /* RAM size */
        unsigned long   reset_status;   /* reset status register at boot */
        void            **jt;           /* jump table */