
10 Aug
2012
10 Aug
'12
6:08 p.m.
On Tue, Jul 31, 2012 at 12:59:29PM -0600, mathieu.poirier@linaro.org wrote:
From: "Mathieu J. Poirier" mathieu.poirier@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@linaro.org Signed-off-by: John Rigby john.rigby@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@ti.com
--
Tom