summaryrefslogtreecommitdiffstats
path: root/include/asm-ppc
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2007-04-18 17:00:09 +0200
committerWolfgang Denk <wd@denx.de>2007-04-18 17:00:09 +0200
commit43f6226db002af1d1ff1adf35b422dcce9f76f76 (patch)
treec2badee8575584bba24e33f62325e95d812dbc79 /include/asm-ppc
parentb99c1e6d8eec327c4b4dd99bf4c0d1a1eba2ce0a (diff)
parentefa013df333fb680eedfcad22283083614dad418 (diff)
downloadblackbird-obmc-uboot-43f6226db002af1d1ff1adf35b422dcce9f76f76.tar.gz
blackbird-obmc-uboot-43f6226db002af1d1ff1adf35b422dcce9f76f76.zip
Merge with /home/wd/git/u-boot/custodian/u-boot-74xx-7xx
Diffstat (limited to 'include/asm-ppc')
-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 c113b7ee0e..26bc875f86 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;
OpenPOWER on IntegriCloud