summaryrefslogtreecommitdiff
path: root/include/asm-ppc/global_data.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2007-03-04 01:17:20 +0100
committerWolfgang Denk <wd@denx.de>2007-03-04 01:17:20 +0100
commitb24444f1b3ef428b8f85974d23d4edb16e9a046f (patch)
treea34b697e8ae0d054cc7729b25f7f209c07471245 /include/asm-ppc/global_data.h
parentfdd1d6dcc97c595bd9d598ed3b22a7038781272c (diff)
parent00b574bdc8c54dbc9e03f63c24f62955d483e3ef (diff)
downloadu-boot-imx-b24444f1b3ef428b8f85974d23d4edb16e9a046f.zip
u-boot-imx-b24444f1b3ef428b8f85974d23d4edb16e9a046f.tar.gz
u-boot-imx-b24444f1b3ef428b8f85974d23d4edb16e9a046f.tar.bz2
Merge with http://opensource.freescale.com/pub/scm/u-boot-7448hpc2.git
Diffstat (limited to 'include/asm-ppc/global_data.h')
-rw-r--r--include/asm-ppc/global_data.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-ppc/global_data.h b/include/asm-ppc/global_data.h
index 8bc61b6..5f0f0b4 100644
--- a/include/asm-ppc/global_data.h
+++ b/include/asm-ppc/global_data.h
@@ -49,6 +49,9 @@ typedef struct global_data {
unsigned long scc_clk;
unsigned long brg_clk;
#endif
+#if defined(CONFIG_MPC7448HPC2)
+ unsigned long mem_clk;
+#endif
#if defined(CONFIG_MPC83XX)
/* There are other clocks in the MPC83XX */
u32 csb_clk;