On Tue, Jul 31, 2012 at 12:59:29PM -0600, mathieu.poir...@linaro.org wrote: > From: "Mathieu J. Poirier" <mathieu.poir...@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.poir...@linaro.org> > Signed-off-by: John Rigby <john.ri...@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/tr...@ti.com -- Tom
signature.asc
Description: Digital signature
_______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot