diff options
author | Grzegorz Bernacki <gjb@semihalf.com> | 2008-01-11 12:03:43 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-01-12 15:37:49 +0100 |
commit | 5d49e0e152a8b81cc0602271e8fd259371f559b7 (patch) | |
tree | bf941fe2a7533b4a3152c4084d9c1be500365e6a /include/asm-ppc/global_data.h | |
parent | 66a9455b6bf46d69cec5c88d1a600d1d9a10670d (diff) | |
download | u-boot-imx-5d49e0e152a8b81cc0602271e8fd259371f559b7.zip u-boot-imx-5d49e0e152a8b81cc0602271e8fd259371f559b7.tar.gz u-boot-imx-5d49e0e152a8b81cc0602271e8fd259371f559b7.tar.bz2 |
MPC512X: Cleanup bus clock names.
Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
Diffstat (limited to 'include/asm-ppc/global_data.h')
-rw-r--r-- | include/asm-ppc/global_data.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc/global_data.h b/include/asm-ppc/global_data.h index c3b5e82..aa6384c 100644 --- a/include/asm-ppc/global_data.h +++ b/include/asm-ppc/global_data.h @@ -99,7 +99,7 @@ typedef struct global_data { unsigned long pci_clk; #endif #if defined(CONFIG_MPC512X) - u32 ipb_clk; + u32 ips_clk; u32 csb_clk; #endif /* CONFIG_MPC512X */ #if defined(CONFIG_MPC8220) |