diff options
| author | Dipen Dudhat <[email protected]> | 2009-09-01 17:27:00 +0530 |
|---|---|---|
| committer | Kumar Gala <[email protected]> | 2009-09-08 09:10:02 -0500 |
| commit | 6b9ea08c5010eab5ad1056bc9bf033afb672d9cc (patch) | |
| tree | 23406ecbc2898d920fe5f6eb466440aba1b3cb6b /cpu | |
| parent | 0052a051f60a043f1730b3a46f23b3c7b0eb7820 (diff) | |
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 <[email protected]>
Signed-off-by: Dipen Dudhat <[email protected]>
Signed-off-by: Kumar Gala <[email protected]>
Diffstat (limited to 'cpu')
| -rw-r--r-- | cpu/mpc85xx/speed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc85xx/speed.c b/cpu/mpc85xx/speed.c index 3ef49b456fb..2fdcefb219c 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 |
