summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2012-12-13 20:49:00 +0000
committerTom Rini <trini@ti.com>2013-02-04 09:05:44 -0500
commit7e15d6dbf30d49e0c9cffdefa4e7e94ddf815d1d (patch)
tree327c61687f22be3ee626e98ab232803b03e50870 /arch/powerpc
parent3a1dc8f1251e03c06d45120612a27ae2c448bae7 (diff)
downloadblackbird-obmc-uboot-7e15d6dbf30d49e0c9cffdefa4e7e94ddf815d1d.tar.gz
blackbird-obmc-uboot-7e15d6dbf30d49e0c9cffdefa4e7e94ddf815d1d.zip
ppc: Move mirror_hack to arch_global_data
Move this field into arch_global_data and tidy up. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/include/asm/global_data.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/powerpc/include/asm/global_data.h b/arch/powerpc/include/asm/global_data.h
index 2d7be45ab1..b9037c4458 100644
--- a/arch/powerpc/include/asm/global_data.h
+++ b/arch/powerpc/include/asm/global_data.h
@@ -119,6 +119,9 @@ struct arch_global_data {
#if defined(CONFIG_4xx)
u32 uart_clk;
#endif /* CONFIG_4xx */
+#if defined(CONFIG_SYS_GT_6426x)
+ unsigned int mirror_hack[16];
+#endif
};
/*
@@ -148,9 +151,6 @@ typedef struct global_data {
#ifdef CONFIG_PRE_CONSOLE_BUFFER
unsigned long precon_buf_idx; /* Pre-Console buffer index */
#endif
-#if defined(CONFIG_SYS_GT_6426x)
- unsigned int mirror_hack[16];
-#endif
#if defined(CONFIG_A3000) || \
defined(CONFIG_HIDDEN_DRAGON) || \
defined(CONFIG_MUSENKI) || \
OpenPOWER on IntegriCloud