Kumar Gala schreef:
> On Apr 7, 2010, at 4:37 AM, Rini van Zetten wrote:
> 
>> Enable eSDHC Clock based on generic CONFIG_FSL_ESDHC define instead of a 
>> platform define.
>> This will enable all the 83xx platforms to use sdhc_clk based on 
>> CONFIG_FSL_ESDHC.
>> It's the same patch as commit 6b9ea08c5010eab5ad1056bc9bf033afb672d9cc for 
>> the ppc/85xx
>>
>> Signed-off-by: Rini <r...@arvoo.nl>
>> ---
>>  cpu/mpc83xx/speed.c |    4 ++--
>>  1 files changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/cpu/mpc83xx/speed.c b/cpu/mpc83xx/speed.c
>> index bde7e92..346c391 100644
>> --- a/cpu/mpc83xx/speed.c
>> +++ b/cpu/mpc83xx/speed.c
>> @@ -455,7 +455,7 @@ int get_clocks(void)
>>  #if defined(CONFIG_MPC8315)
>>      gd->tdm_clk = tdm_clk;
>>  #endif
> 
> you are missing some other cases in this file

You are right, sorry for that. I will repost a new patch.

> 
>> -#if defined(CONFIG_MPC837x)
>> +#if defined(CONFIG_FSL_ESDHC)
>>      gd->sdhc_clk = sdhc_clk;
>>  #endif
>>      gd->core_clk = core_clk;
>> @@ -522,7 +522,7 @@ int do_clocks (cmd_tbl_t * cmdtp, int flag, int argc, 
>> char *argv[])
>>  #if defined(CONFIG_MPC8315)
>>      printf("  TDM:                 %-4s MHz\n", strmhz(buf, gd->tdm_clk));
>>  #endif
>> -#if defined(CONFIG_MPC837x)
>> +#if defined(CONFIG_FSL_ESDHC)
>>      printf("  SDHC:                %-4s MHz\n", strmhz(buf, gd->sdhc_clk));
>>  #endif
>>  #if defined(CONFIG_MPC834x) || defined(CONFIG_MPC831x) || 
>> defined(CONFIG_MPC837x)
>> -- 
>> 1.6.3.3
>>
>> _______________________________________________
>> U-Boot mailing list
>> U-Boot@lists.denx.de
>> http://lists.denx.de/mailman/listinfo/u-boot


_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to