summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2008-03-28 10:18:40 -0500
committerKim Phillips <kim.phillips@freescale.com>2008-03-28 14:32:07 -0500
commit35cf155c5ec1ceab2849fa5b6aa3d9a3e9e6f482 (patch)
treeb02793871ebb103cdb9af394559b04f093450e40 /include
parent730e792926ca3fe4dd1b734a3bf44e55afa6f536 (diff)
downloadblackbird-obmc-uboot-35cf155c5ec1ceab2849fa5b6aa3d9a3e9e6f482.tar.gz
blackbird-obmc-uboot-35cf155c5ec1ceab2849fa5b6aa3d9a3e9e6f482.zip
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')
-rw-r--r--include/asm-ppc/global_data.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/asm-ppc/global_data.h b/include/asm-ppc/global_data.h
index b43dba3352..9ccf7d6017 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)
OpenPOWER on IntegriCloud