[U-Boot] [PATCH v4] Allow AM335x MPU core clock speed to be specified in the board config file

2013-03-04 Thread Mark Jackson
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 MHz Signed-off-by: Mark Jackson m...@newflow.co.uk --- Changes in v4: - Now defined as MHz (not Hz) Changes in

Re: [U-Boot] [PATCH v4] Allow AM335x MPU core clock speed to be specified in the board config file

2013-03-04 Thread Peter Korsgaard
Mark == Mark Jackson mpfj-l...@mimc.co.uk writes: Mark Allow AM335x MPU core clock speed to be specified in the board config file. Mark To use, add the following to the board's config file:- Mark #define CONFIG_SYS_MPUCLKdesired clock freq in MHz Mark Signed-off-by: Mark Jackson