Re: [U-Boot] [RFC PATCH v1 6/9] scaled down version of generic libraries for SPL

2011-07-15 Thread Daniel Schwierzeck
Hi Simon, On Fri, Jul 15, 2011 at 2:41 PM, Aneesh V wrote: > Hi Simon, > > On Friday 15 July 2011 06:01 PM, Simon Schwarz wrote: >> >> Hi Daniel, >> >> at the moment I'am playing a bit with your patch. >> >> I stumbled over this: >>> >>> diff --git a/arch/arm/lib/Makefile b/arch/arm/lib/Makefile

Re: [U-Boot] [RFC PATCH v1 6/9] scaled down version of generic libraries for SPL

2011-07-15 Thread Aneesh V
On Friday 15 July 2011 06:40 PM, Simon Schwarz wrote: > Hi Aneesh, > >>> at the moment I'am playing a bit with your patch. >>> >>> I stumbled over this: diff --git a/arch/arm/lib/Makefile b/arch/arm/lib/Makefile index d31321a..300c8fa 100644 --- a/arch/arm/lib/Makefile +++

Re: [U-Boot] [RFC PATCH v1 6/9] scaled down version of generic libraries for SPL

2011-07-15 Thread Simon Schwarz
Hi Aneesh, >> at the moment I'am playing a bit with your patch. >> >> I stumbled over this: >>> >>> diff --git a/arch/arm/lib/Makefile b/arch/arm/lib/Makefile >>> index d31321a..300c8fa 100644 >>> --- a/arch/arm/lib/Makefile >>> +++ b/arch/arm/lib/Makefile >>> @@ -26,6 +26,7 @@ include $(TOPDIR)/c

Re: [U-Boot] [RFC PATCH v1 6/9] scaled down version of generic libraries for SPL

2011-07-15 Thread Aneesh V
Hi Simon, On Friday 15 July 2011 06:01 PM, Simon Schwarz wrote: > Hi Daniel, > > at the moment I'am playing a bit with your patch. > > I stumbled over this: >> diff --git a/arch/arm/lib/Makefile b/arch/arm/lib/Makefile >> index d31321a..300c8fa 100644 >> --- a/arch/arm/lib/Makefile >> +++ b/arch/a

Re: [U-Boot] [RFC PATCH v1 6/9] scaled down version of generic libraries for SPL

2011-07-15 Thread Simon Schwarz
Hi Daniel, at the moment I'am playing a bit with your patch. I stumbled over this: > diff --git a/arch/arm/lib/Makefile b/arch/arm/lib/Makefile > index d31321a..300c8fa 100644 > --- a/arch/arm/lib/Makefile > +++ b/arch/arm/lib/Makefile > @@ -26,6 +26,7 @@ include $(TOPDIR)/config.mk >  LIB    = $

[U-Boot] [RFC PATCH v1 6/9] scaled down version of generic libraries for SPL

2011-07-13 Thread Daniel Schwierzeck
From: Aneesh V Signed-off-by: Aneesh V --- arch/arm/lib/Makefile |2 ++ common/Makefile |9 ++--- drivers/serial/Makefile |3 +++ fs/fat/Makefile |6 +- lib/Makefile| 11 +++ 5 files changed, 23 insertions(+), 8 deletions(-) diff