[U-Boot] [PATCH v2 37/58] sparc: Drop kbd_status and reset_status from global_data

Simon Glass sjg at chromium.org
Fri Dec 14 07:49:06 CET 2012


These fields is not used on sparc, so punt them.

Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v2: None

 arch/sparc/include/asm/global_data.h |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/arch/sparc/include/asm/global_data.h b/arch/sparc/include/asm/global_data.h
index a51c40b..7c3d2d5 100644
--- a/arch/sparc/include/asm/global_data.h
+++ b/arch/sparc/include/asm/global_data.h
@@ -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 */
@@ -73,9 +72,6 @@ typedef struct global_data {
 	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. */
 	struct arch_global_data arch;	/* architecture-specific data */
-- 
1.7.7.3



More information about the U-Boot mailing list