]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ppc: Remove console_addr from global data
authorSimon Glass <sjg@chromium.org>
Thu, 13 Dec 2012 20:49:01 +0000 (20:49 +0000)
committerTom Rini <trini@ti.com>
Mon, 4 Feb 2013 14:05:44 +0000 (09:05 -0500)
This does not appear to be used, so punt it.

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

index b9037c4458ee5b6a7bf4c65066b0f4894fb94b28..6f88b764659ab68f86af651f2c2021330a301749 100644 (file)
@@ -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)