diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2007-03-04 01:17:20 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-03-04 01:17:20 +0100 |
commit | b24444f1b3ef428b8f85974d23d4edb16e9a046f (patch) | |
tree | a34b697e8ae0d054cc7729b25f7f209c07471245 /include/asm-ppc/global_data.h | |
parent | fdd1d6dcc97c595bd9d598ed3b22a7038781272c (diff) | |
parent | 00b574bdc8c54dbc9e03f63c24f62955d483e3ef (diff) | |
download | u-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.h | 3 |
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; |