From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Jackson Date: Mon, 04 Mar 2013 09:13:19 +0000 Subject: [U-Boot] [PATCH v2] Allow AM335x MPU core clock speed to be specified in the board config file In-Reply-To: <20130304002739.3150B200550@gemini.denx.de> References: <5130C537.8000504@mimc.co.uk> <20130304002739.3150B200550@gemini.denx.de> Message-ID: <513465AF.6080604@mimc.co.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/03/13 00:27, Wolfgang Denk wrote: > Dear Mark Jackson, > > In message <5130C537.8000504@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 V_MPUCLK > > If this is a configurable option, it should be CONFIG_SYS_V_MPUCLK > instead. > >> arch/arm/include/asm/arch-am33xx/clocks_am33xx.h | 7 +++++-- >> 1 file changed, 5 insertions(+), 2 deletions(-) > > Also, this new config option must be documented in the README. No problem ... I'll post a v3.