All the current TI AM335x boards currently appear to start with an MPU clock of 
550MHx and a core clock of 1GHz,
based on #defines in include/asm/arch-am33xx/clocks_am33xx.h

I assume most people then pass control over to (eg) cpufreq once Linux boots.

However I would like to just boot up at the max clock speed (i.e. 720MHz).

Is there any merit in reworking this to allow the clock speeds to be specified 
in the config heaeder file ?

Or would it be better to allow the board init code to adjust the clock settings 
"on-the-fly" ?

I could just add some extra code to my own board.c file, but that doesn't seem 
like a very elegant solution !!

Maybe someone else already has a solution for this ?

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

Reply via email to