mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
ppc: Remove console_addr from global data
This does not appear to be used, so punt it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
7e15d6dbf3
commit
7273ccec61
1 changed files with 0 additions and 6 deletions
|
@ -150,12 +150,6 @@ typedef struct global_data {
|
|||
unsigned long have_console; /* serial_init() was called */
|
||||
#ifdef CONFIG_PRE_CONSOLE_BUFFER
|
||||
unsigned long precon_buf_idx; /* Pre-Console buffer index */
|
||||
#endif
|
||||
#if defined(CONFIG_A3000) || \
|
||||
defined(CONFIG_HIDDEN_DRAGON) || \
|
||||
defined(CONFIG_MUSENKI) || \
|
||||
defined(CONFIG_SANDPOINT)
|
||||
void * console_addr;
|
||||
#endif
|
||||
unsigned long relocaddr; /* Start address of U-Boot in RAM */
|
||||
#if defined(CONFIG_LCD) || defined(CONFIG_VIDEO)
|
||||
|
|
Loading…
Add table
Reference in a new issue