summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/global_data.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2012-12-13 20:49:01 +0000
committerTom Rini <trini@ti.com>2013-02-04 09:05:44 -0500
commit7273ccec61e26adef6149ddaf261217b30c4f8a9 (patch)
tree67832df81c0352165e1b8750dd37ad33261d6845 /arch/powerpc/include/asm/global_data.h
parent7e15d6dbf30d49e0c9cffdefa4e7e94ddf815d1d (diff)
downloadblackbird-obmc-uboot-7273ccec61e26adef6149ddaf261217b30c4f8a9.tar.gz
blackbird-obmc-uboot-7273ccec61e26adef6149ddaf261217b30c4f8a9.zip
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>
Diffstat (limited to 'arch/powerpc/include/asm/global_data.h')
-rw-r--r--arch/powerpc/include/asm/global_data.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/powerpc/include/asm/global_data.h b/arch/powerpc/include/asm/global_data.h
index b9037c4458..6f88b76465 100644
--- a/arch/powerpc/include/asm/global_data.h
+++ b/arch/powerpc/include/asm/global_data.h
@@ -151,12 +151,6 @@ typedef struct global_data {
#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)
unsigned long fb_base; /* Base address of framebuffer memory */
OpenPOWER on IntegriCloud