Re: [U-Boot] [PATCH] ARMV7: Overo: Automatically set clock rate to maximum if mpurate env variable is "auto"

2010-11-08 Thread Premi, Sanjeev
atically set > clock rate to maximum if mpurate env variable is "auto" > > Dear Steve Sakoman, > > In message <1289012370.18546.66.ca...@quadra> you wrote: > > The maximum clock rate for the OMAP3 processors on Overo > depends on the > > processor type

Re: [U-Boot] [PATCH] ARMV7: Overo: Automatically set clock rate to maximum if mpurate env variable is "auto"

2010-11-07 Thread Wolfgang Denk
Dear Steve Sakoman, In message <1289012370.18546.66.ca...@quadra> you wrote: > The maximum clock rate for the OMAP3 processors on Overo depends on the > processor type and revision. This patch sets the clock rate to the > spec sheet maximum if the mpurate environment variable is set to > "auto".

Re: [U-Boot] [PATCH] ARMV7: Overo: Automatically set clock rate to maximum if mpurate env variable is "auto"

2010-11-05 Thread Nishanth Menon
just a minor crib - $subject length is around 88 characters, it'd look better with around 50 character length. Steve Sakoman wrote, on 11/05/2010 10:59 PM: > The maximum clock rate for the OMAP3 processors on Overo depends on the > processor type and revision. This patch sets the clock rate to t

[U-Boot] [PATCH] ARMV7: Overo: Automatically set clock rate to maximum if mpurate env variable is "auto"

2010-11-05 Thread Steve Sakoman
The maximum clock rate for the OMAP3 processors on Overo depends on the processor type and revision. This patch sets the clock rate to the spec sheet maximum if the mpurate environment variable is set to "auto". Otherwise it passes the mpurate variable unchanged on the kernel command line. Signe