diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2008-03-28 10:18:40 -0500 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2008-03-28 14:32:07 -0500 |
commit | 35cf155c5ec1ceab2849fa5b6aa3d9a3e9e6f482 (patch) | |
tree | b02793871ebb103cdb9af394559b04f093450e40 /include/asm-ppc/global_data.h | |
parent | 730e792926ca3fe4dd1b734a3bf44e55afa6f536 (diff) | |
download | u-boot-imx-35cf155c5ec1ceab2849fa5b6aa3d9a3e9e6f482.zip u-boot-imx-35cf155c5ec1ceab2849fa5b6aa3d9a3e9e6f482.tar.gz u-boot-imx-35cf155c5ec1ceab2849fa5b6aa3d9a3e9e6f482.tar.bz2 |
mpc83xx: unreinvent mem_clk
delete ddr_clk and use mem_clk instead. Rename other ddr_*_clk to
mem_*_clk for consistency's sake.
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'include/asm-ppc/global_data.h')
-rw-r--r-- | include/asm-ppc/global_data.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/asm-ppc/global_data.h b/include/asm-ppc/global_data.h index b43dba3..9ccf7d6 100644 --- a/include/asm-ppc/global_data.h +++ b/include/asm-ppc/global_data.h @@ -74,7 +74,6 @@ typedef struct global_data { u32 enc_clk; u32 lbiu_clk; u32 lclk_clk; - u32 ddr_clk; u32 pci_clk; #if defined(CONFIG_MPC837X) u32 pciexp1_clk; @@ -84,7 +83,7 @@ typedef struct global_data { u32 sata_clk; #endif #if defined(CONFIG_MPC8360) - u32 ddr_sec_clk; + u32 mem_sec_clk; #endif /* CONFIG_MPC8360 */ #endif #if defined(CONFIG_MPC83XX) || defined(CONFIG_MPC85xx) || defined(CONFIG_MPC86xx) |