Re: [U-Boot] [PATCH][RESEND] at91: Enable slow master clock on meesc board

2010-01-22 Thread Tom
Daniel Gorsulowski wrote: > Normally the processor clock has a divisor of 2. > In some cases this this needs to be set to 4. > Check the user has set environment mdiv to 4 to change the divisor. > > Signed-off-by: Daniel Gorsulowski Applied to u-boot-arm/master Thanks Tom ___

[U-Boot] [PATCH][RESEND] at91: Enable slow master clock on meesc board

2010-01-19 Thread Daniel Gorsulowski
Normally the processor clock has a divisor of 2. In some cases this this needs to be set to 4. Check the user has set environment mdiv to 4 to change the divisor. Signed-off-by: Daniel Gorsulowski --- v2: - changed and add additional comments - strengthened string comparision board/esd/mees

Re: [U-Boot] [PATCH resend] at91: Enable slow master clock on meesc board

2009-11-25 Thread Tom
Daniel Gorsulowski wrote: > In some cases, we need low speed master clock. So depending on the > "mdiv" variable, the processor clock is divided by 2 (default) or 4. > > Signed-off-by: Daniel Gorsulowski > --- > board/esd/meesc/meesc.c | 24 > include/configs/meesc.h |

[U-Boot] [PATCH resend] at91: Enable slow master clock on meesc board

2009-11-23 Thread Daniel Gorsulowski
In some cases, we need low speed master clock. So depending on the "mdiv" variable, the processor clock is divided by 2 (default) or 4. Signed-off-by: Daniel Gorsulowski --- board/esd/meesc/meesc.c | 24 include/configs/meesc.h |1 + 2 files changed, 25 insertions(