diff options
author | Wolfgang Denk <wd@denx.de> | 2007-04-18 17:00:09 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-04-18 17:00:09 +0200 |
commit | 43f6226db002af1d1ff1adf35b422dcce9f76f76 (patch) | |
tree | c2badee8575584bba24e33f62325e95d812dbc79 /include/asm-ppc | |
parent | b99c1e6d8eec327c4b4dd99bf4c0d1a1eba2ce0a (diff) | |
parent | efa013df333fb680eedfcad22283083614dad418 (diff) | |
download | u-boot-imx-43f6226db002af1d1ff1adf35b422dcce9f76f76.zip u-boot-imx-43f6226db002af1d1ff1adf35b422dcce9f76f76.tar.gz u-boot-imx-43f6226db002af1d1ff1adf35b422dcce9f76f76.tar.bz2 |
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.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 c113b7e..26bc875 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; |