summaryrefslogtreecommitdiff
path: root/cpu/mpc85xx/speed.c
diff options
context:
space:
mode:
authorDipen Dudhat <dipen.dudhat@freescale.com>2009-09-01 17:27:00 +0530
committerTom Rix <Tom.Rix@windriver.com>2009-10-03 09:04:15 -0500
commit20f02c3b760d33f67378a9bcff177a8012cd6a17 (patch)
tree4e1c87a45b05e6b8bd15ce636db308513a98ba33 /cpu/mpc85xx/speed.c
parent14bdd932705c256a3ea6494fdce180289f4e72f3 (diff)
downloadu-boot-imx-20f02c3b760d33f67378a9bcff177a8012cd6a17.zip
u-boot-imx-20f02c3b760d33f67378a9bcff177a8012cd6a17.tar.gz
u-boot-imx-20f02c3b760d33f67378a9bcff177a8012cd6a17.tar.bz2
ppc/85xx: Use CONFIG_FSL_ESDHC to enable sdhc clk
Enable eSDHC Clock based on generic CONFIG_FSL_ESDHC define instead of a platform define. This will enable all the 85xx platforms to use sdhc_clk based on CONFIG_FSL_ESDHC. Signed-off-by: Gao Guanhua <B22826@freescale.com> Signed-off-by: Dipen Dudhat <dipen.dudhat@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'cpu/mpc85xx/speed.c')
-rw-r--r--cpu/mpc85xx/speed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc85xx/speed.c b/cpu/mpc85xx/speed.c
index 3ef49b4..2fdcefb 100644
--- a/cpu/mpc85xx/speed.c
+++ b/cpu/mpc85xx/speed.c
@@ -153,7 +153,7 @@ int get_clocks (void)
#endif
gd->i2c2_clk = gd->i2c1_clk;
-#if defined(CONFIG_MPC8536)
+#if defined(CONFIG_FSL_ESDHC)
gd->sdhc_clk = gd->bus_clk / 2;
#endif