
4 Mar
2013
4 Mar
'13
12:24 p.m.
On 04/03/13 11:14, Wolfgang Denk wrote:
Dear Mark Jackson,
In message 51346856.8020504@mimc.co.uk you wrote:
Allow AM335x MPU core clock speed to be specified in the board config file. To use, add the following to the board's config file:-
#define CONFIG_SYS_MPUCLK <desired clock freq in Hz>
Why do you claim an accuracy of Hz here, when in the code you silently throw away any sub-MHz parts anyway? Why not leaving it at MHz as it was before, and as used in the code?
I was simply copying the format of the existing V_OSCK defines, but I'm happy to change it.
Regards Mark J.