Re: [U-Boot] [PATCH] ARM: cache_v7: use __weak

2014-07-04 Thread Albert ARIBAUD
Hi Jeroen, On Mon, 23 Jun 2014 22:07:04 +0200, Jeroen Hofstee wrote: > This is not only more readable but also prevents a warning > about a missing prototype. The prototypes which are actually > missing are added. > > cc: Albert Aribaud > Signed-off-by: Jeroen Hofstee > --- > arch/arm/cpu/ar

Re: [U-Boot] [PATCH] ARM: cache_v7: use __weak

2014-07-04 Thread Albert ARIBAUD
Hi Tom, On Mon, 23 Jun 2014 16:15:51 -0400, Tom Rini wrote: > On Mon, Jun 23, 2014 at 10:07:04PM +0200, Jeroen Hofstee wrote: > > > This is not only more readable but also prevents a warning > > about a missing prototype. The prototypes which are actually > > missing are added. > > > > cc: Alb

Re: [U-Boot] [PATCH] ARM: cache_v7: use __weak

2014-06-23 Thread Tom Rini
On Mon, Jun 23, 2014 at 10:07:04PM +0200, Jeroen Hofstee wrote: > This is not only more readable but also prevents a warning > about a missing prototype. The prototypes which are actually > missing are added. > > cc: Albert Aribaud > Signed-off-by: Jeroen Hofstee Been on my TODO list for a lon

[U-Boot] [PATCH] ARM: cache_v7: use __weak

2014-06-23 Thread Jeroen Hofstee
This is not only more readable but also prevents a warning about a missing prototype. The prototypes which are actually missing are added. cc: Albert Aribaud Signed-off-by: Jeroen Hofstee --- arch/arm/cpu/armv7/cache_v7.c | 45 +++ arch/arm/include/asm/ca