mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-13 14:06:07 -04:00
sparc: Drop kbd_status and reset_status from global_data
These fields is not used on sparc, so punt them. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
e9adeca3fc
commit
fa25c6f0cc
@ -50,7 +50,6 @@ typedef struct global_data {
|
|||||||
|
|
||||||
phys_size_t ram_size; /* RAM size */
|
phys_size_t ram_size; /* RAM size */
|
||||||
unsigned long reloc_off; /* Relocation Offset */
|
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_addr; /* Address of Environment struct */
|
||||||
unsigned long env_valid; /* Checksum of Environment valid? */
|
unsigned long env_valid; /* Checksum of Environment valid? */
|
||||||
unsigned long have_console; /* serial_init() was called */
|
unsigned long have_console; /* serial_init() was called */
|
||||||
@ -72,9 +71,6 @@ typedef struct global_data {
|
|||||||
#ifdef CONFIG_MODEM_SUPPORT
|
#ifdef CONFIG_MODEM_SUPPORT
|
||||||
unsigned long do_mdm_init;
|
unsigned long do_mdm_init;
|
||||||
unsigned long be_quiet;
|
unsigned long be_quiet;
|
||||||
#endif
|
|
||||||
#ifdef CONFIG_LWMON
|
|
||||||
unsigned long kbd_status;
|
|
||||||
#endif
|
#endif
|
||||||
void **jt; /* jump table */
|
void **jt; /* jump table */
|
||||||
char env_buf[32]; /* buffer for getenv() before reloc. */
|
char env_buf[32]; /* buffer for getenv() before reloc. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user