From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Jackson Date: Mon, 04 Mar 2013 11:24:27 +0000 Subject: [U-Boot] [PATCH v3] Allow AM335x MPU core clock speed to be specified in the board config file In-Reply-To: <20130304111415.2AE44200246@gemini.denx.de> References: <51346856.8020504@mimc.co.uk> <20130304111415.2AE44200246@gemini.denx.de> Message-ID: <5134846B.9090808@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 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 > > 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.