]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
sparc: Drop kbd_status and reset_status from global_data
authorSimon Glass <sjg@chromium.org>
Thu, 13 Dec 2012 20:49:06 +0000 (20:49 +0000)
committerTom Rini <trini@ti.com>
Mon, 4 Feb 2013 14:05:44 +0000 (09:05 -0500)
These fields is not used on sparc, so punt them.

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

index a51c40b41df2ff3e1c04b477f08d46829e0dd46b..7c3d2d5950c220f72a2063bb2f4b5eb9128cbb2d 100644 (file)
@@ -50,7 +50,6 @@ typedef struct global_data {
 
        phys_size_t ram_size;           /* RAM size */
        unsigned long reloc_off;        /* Relocation Offset */
-       unsigned long reset_status;     /* reset status register at boot        */
        unsigned long env_addr; /* Address  of Environment struct       */
        unsigned long env_valid;        /* Checksum of Environment valid?       */
        unsigned long have_console;     /* serial_init() was called */
@@ -72,9 +71,6 @@ typedef struct global_data {
 #ifdef CONFIG_MODEM_SUPPORT
        unsigned long do_mdm_init;
        unsigned long be_quiet;
-#endif
-#ifdef CONFIG_LWMON
-       unsigned long kbd_status;
 #endif
        void    **jt;                   /* jump table */
        char    env_buf[32];            /* buffer for getenv() before reloc. */