]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/mpc85xx/speed.c
ppc/85xx: Use CONFIG_FSL_ESDHC to enable sdhc clk
[karo-tx-uboot.git] / cpu / mpc85xx / speed.c
index 3ef49b456fbbf460e3cbb1bde95133453a506bfb..2fdcefb219c92e5136496d293fa6b867f35a6942 100644 (file)
@@ -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