[U-Boot] [PATCH 07/11] u8500: Moving processor-specific functions to cpu area.

Tom Rini trini at ti.com
Fri Aug 10 18:08:07 CEST 2012


On Tue, Jul 31, 2012 at 12:59:29PM -0600, mathieu.poirier at linaro.org wrote:
> From: "Mathieu J. Poirier" <mathieu.poirier at linaro.org>
> 
> Functions such as providing power to the MMC device and reading
> the processor version register should be in the cpu area for
> access by multiple u8500-based boards.
> 
> Signed-off-by: Mathieu Poirier <mathieu.poirier at linaro.org>
> Signed-off-by: John Rigby <john.rigby at linaro.org>
[snip]
> +static int cpu_is_u8500v2(void)
> +{
> +	return read_cpuid() == CPUID_DB8500V2;
> +}

This isn't used yet, so causes a new warning.  I'm moving this (and the
define) to the next patch, where they are used.  With that change and my
Signed-off-by, applied to u-boot-staging/trini at ti.com

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20120810/0d46b656/attachment.pgp>


More information about the U-Boot mailing list