summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDipen Dudhat <dipen.dudhat@freescale.com>2009-10-07 15:47:46 -0400
committerJustin Waters <justin.waters@timesys.com>2009-10-07 15:47:46 -0400
commit3b344fc11cfef71b30d104c93114d2abf816ea50 (patch)
tree697d7e010361fbf471e00f003f2742aa9ca24a5e
parenta09900cf094f02e6525569ab0028173054f66e02 (diff)
u-boot-2009.03-p2020rdb-CONFIG_FSL_ESDHC-for-eSDHC-clk
Define CONFIG_FSL_ESDHC for eSDHC clk Signed-off-by: Dipen Dudhat <dipen.dudhat@freescale.com>
-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 227db914fa..43de7114bf 100644
--- a/cpu/mpc85xx/speed.c
+++ b/cpu/mpc85xx/speed.c
@@ -140,7 +140,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