Re: [U-Boot] [PATCH] ARM: hawkboard: fix compilation of nand_spl

2011-09-12 Thread Stefano Babic
On 09/12/2011 01:05 PM, Sughosh Ganu wrote: > hi Stefano, > > On Fri Sep 09, 2011 at 11:04:14AM +0200, Stefano Babic wrote: >> On 09/09/2011 09:36 AM, Wolfgang Denk wrote: > > Hi Sughosh, > > Sorry for not having caught this earlier. I ran git bisect on this, > and the commit "401bb30b6d

Re: [U-Boot] [PATCH] ARM: hawkboard: fix compilation of nand_spl

2011-09-12 Thread Sughosh Ganu
hi Stefano, On Fri Sep 09, 2011 at 11:04:14AM +0200, Stefano Babic wrote: > On 09/09/2011 09:36 AM, Wolfgang Denk wrote: > > > >> +# from comon directory > >> +$(obj)memsize.c: > >> + @rm -f $@ > >> + ln -s $(TOPDIR)/common/memsize.c $@ > > > > Can we not rather compile the file in the comm

Re: [U-Boot] [PATCH] ARM: hawkboard: fix compilation of nand_spl

2011-09-11 Thread Wolfgang Denk
Dear Albert ARIBAUD, In message <4e6cddc8.5040...@aribaud.net> you wrote: > > > I'd already applied this patch from Stefano to u-boot-arm/master. > > Correction: you, not I, had already applied a patch with the exact same > title and different content. Yes, there were several problems with this

Re: [U-Boot] [PATCH] ARM: hawkboard: fix compilation of nand_spl

2011-09-11 Thread Wolfgang Denk
Dear Albert ARIBAUD, In message <4e6cdaeb.6050...@aribaud.net> you wrote: > > I'd already applied this patch from Stefano to u-boot-arm/master. This is no problem - git will sort it out automatically. Sorry for going ahead, I wanted to clean up the ARM build finally. Best regards, Wolfgang De

Re: [U-Boot] [PATCH] ARM: hawkboard: fix compilation of nand_spl

2011-09-11 Thread Albert ARIBAUD
Le 11/09/2011 17:59, Albert ARIBAUD a écrit : > Hi Wolfgang, > > Le 10/09/2011 22:46, Wolfgang Denk a écrit : >> Dear Wolfgang Denk, >> >> In message<1315686495-9133-1-git-send-email...@denx.de> you wrote: >>> Fix build problem: >>> >>> nand_spl/board/davinci/da8xxevm/hawkboard_nand_spl.c: In fun

Re: [U-Boot] [PATCH] ARM: hawkboard: fix compilation of nand_spl

2011-09-11 Thread Albert ARIBAUD
Hi Wolfgang, Le 10/09/2011 22:46, Wolfgang Denk a écrit : > Dear Wolfgang Denk, > > In message<1315686495-9133-1-git-send-email...@denx.de> you wrote: >> Fix build problem: >> >> nand_spl/board/davinci/da8xxevm/hawkboard_nand_spl.c: In function >> 'board_init_f': >> nand_spl/board/davinci/da8xxe

Re: [U-Boot] [PATCH] ARM: hawkboard: fix compilation of nand_spl

2011-09-10 Thread Wolfgang Denk
Dear Wolfgang Denk, In message <1315686495-9133-1-git-send-email...@denx.de> you wrote: > Fix build problem: > > nand_spl/board/davinci/da8xxevm/hawkboard_nand_spl.c: In function > 'board_init_f': > nand_spl/board/davinci/da8xxevm/hawkboard_nand_spl.c:132: warning: implicit > declaration of fun

[U-Boot] [PATCH] ARM: hawkboard: fix compilation of nand_spl

2011-09-10 Thread Wolfgang Denk
Fix build problem: nand_spl/board/davinci/da8xxevm/hawkboard_nand_spl.c: In function 'board_init_f': nand_spl/board/davinci/da8xxevm/hawkboard_nand_spl.c:132: warning: implicit declaration of function 'nand_boot' nand_spl/board/davinci/da8xxevm/hawkboard_nand_spl.c:133: warning: 'noreturn' func

Re: [U-Boot] [PATCH] ARM: hawkboard: fix compilation of nand_spl

2011-09-09 Thread Paulraj, Sandeep
> get_ram_size() is called, but memsize.c is not compiled. > > Signed-off-by: Stefano Babic > --- > nand_spl/board/davinci/da8xxevm/Makefile |6 +- > 1 files changed, 5 insertions(+), 1 deletions(-) Pushed to u-boot-ti --Sandeep ___ U-Boot

Re: [U-Boot] [PATCH] ARM: hawkboard: fix compilation of nand_spl

2011-09-09 Thread Stefano Babic
On 09/09/2011 11:23 AM, Stefano Babic wrote: > get_ram_size() is called, but memsize.c is not compiled. > > Signed-off-by: Stefano Babic > --- Sorry, forget it. I sent again V1 of the patch... Best regards, Stefano Babic -- =

[U-Boot] [PATCH] ARM: hawkboard: fix compilation of nand_spl

2011-09-09 Thread Stefano Babic
get_ram_size() is called, but memsize.c is not compiled. Signed-off-by: Stefano Babic --- nand_spl/board/davinci/da8xxevm/Makefile |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/nand_spl/board/davinci/da8xxevm/Makefile b/nand_spl/board/davinci/da8xxevm/Makefile in

Re: [U-Boot] [PATCH] ARM: hawkboard: fix compilation of nand_spl

2011-09-09 Thread Stefano Babic
On 09/09/2011 09:36 AM, Wolfgang Denk wrote: > Dear Stefano Babic, > > In message <1315552622-27566-1-git-send-email-sba...@denx.de> you wrote: >> get_ram_size() is called, but memsize.c is not compiled. >> >> Signed-off-by: Stefano Babic >> --- >> nand_spl/board/davinci/da8xxevm/Makefile |6

Re: [U-Boot] [PATCH] ARM: hawkboard: fix compilation of nand_spl

2011-09-09 Thread Wolfgang Denk
Dear Stefano Babic, In message <1315552622-27566-1-git-send-email-sba...@denx.de> you wrote: > get_ram_size() is called, but memsize.c is not compiled. > > Signed-off-by: Stefano Babic > --- > nand_spl/board/davinci/da8xxevm/Makefile |6 +- > 1 files changed, 5 insertions(+), 1 deletion

[U-Boot] [PATCH] ARM: hawkboard: fix compilation of nand_spl

2011-09-09 Thread Stefano Babic
get_ram_size() is called, but memsize.c is not compiled. Signed-off-by: Stefano Babic --- nand_spl/board/davinci/da8xxevm/Makefile |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/nand_spl/board/davinci/da8xxevm/Makefile b/nand_spl/board/davinci/da8xxevm/Makefile in