[U-Boot] [PATCH 3/9] openrisc: Add cpu files
Stefan Kristiansson
stefan.kristiansson at saunalahti.fi
Sun Nov 20 05:27:34 CET 2011
On Sat, Nov 19, 2011 at 12:59:05AM -0500, Mike Frysinger wrote:
> On Saturday 19 November 2011 00:21:32 Stefan Kristiansson wrote:
> > --- /dev/null
> > +++ b/arch/openrisc/cpu/cache.c
> >
> > +int checkicache(void)
> > +int checkdcache(void)
>
> these should be static
>
> > --- /dev/null
> > +++ b/arch/openrisc/cpu/cpu.c
> >
> > +int checkcpu(void)
>
> looks like these should be static
>
They are declared in common.h and are used outside their file scope.
Stefan
More information about the U-Boot
mailing list