summaryrefslogtreecommitdiff
path: root/include/asm-ppc/global_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-ppc/global_data.h')
-rw-r--r--include/asm-ppc/global_data.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-ppc/global_data.h b/include/asm-ppc/global_data.h
index 231f24724e..f242d1b2f1 100644
--- a/include/asm-ppc/global_data.h
+++ b/include/asm-ppc/global_data.h
@@ -59,7 +59,9 @@ typedef struct global_data {
#if defined(CONFIG_EVB64260)
unsigned int mirror_hack[16];
#endif
-#if defined(CONFIG_SANDPOINT) || defined(CONFIG_MUSENKI)
+#if defined(CONFIG_SANDPOINT) || \
+ defined(CONFIG_MUSENKI) || \
+ defined(CONFIG_A3000)
void * console_addr;
#endif
#ifdef CONFIG_AMIGAONEG3SE