diff options
| author | Wolfgang Denk <[email protected]> | 2008-07-31 12:30:40 +0200 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2008-07-31 12:30:40 +0200 |
| commit | f7c602ac8be0bcff4e573052c47e79bc46dab380 (patch) | |
| tree | b987f7a2e05fc81167335ec949b17cbc9cd67df3 /include/asm-ppc | |
| parent | 3c95960e526b3b026da20201db64526f46faf14b (diff) | |
| parent | 9196b44334c330cc13de2464c59181e4db71f549 (diff) | |
Merge branch 'master' of ssh://10.10.0.7/home/wd/git/u-boot/master
Diffstat (limited to 'include/asm-ppc')
| -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 c5ac6584acb..be2ce247782 100644 --- a/include/asm-ppc/global_data.h +++ b/include/asm-ppc/global_data.h @@ -51,6 +51,9 @@ typedef struct global_data { unsigned long cpm_clk; unsigned long scc_clk; unsigned long brg_clk; +#ifdef CONFIG_PCI + unsigned long pci_clk; +#endif #endif unsigned long mem_clk; #if defined(CONFIG_MPC83XX) |
