]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
x86: Remove reset_status, relocoff from global_data
authorSimon Glass <sjg@chromium.org>
Thu, 13 Dec 2012 20:48:43 +0000 (20:48 +0000)
committerTom Rini <trini@ti.com>
Fri, 1 Feb 2013 20:40:31 +0000 (15:40 -0500)
These fields are not used on x86, so punt them.

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

index eded2797589e0e5b30332556e3ef71aee8a5f051..06dd84fbb2e030e583bd6c39b9b3b331d408860f 100644 (file)
@@ -53,7 +53,6 @@ struct global_data {
        unsigned long   precon_buf_idx; /* Pre-Console buffer index */
 #endif
        unsigned long   reloc_off;      /* Relocation Offset */
-       unsigned long   load_off;       /* Load Offset */
        unsigned long   env_addr;       /* Address  of Environment struct */
        unsigned long   env_valid;      /* Checksum of Environment valid? */
        unsigned long   cpu_clk;        /* CPU clock in Hz!             */
@@ -61,7 +60,6 @@ struct global_data {
        unsigned long   relocaddr;      /* Start address of U-Boot in RAM */
        unsigned long   start_addr_sp;  /* start_addr_stackpointer */
        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 */
        void            **jt;           /* jump table */
        char            env_buf[32];    /* buffer for getenv() before reloc. */