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: snip +# from comon directory +$(obj)memsize.c: + @rm -f $@ + ln -s $(TOPDIR)/common/memsize.c $@ Can we not rather compile the file in the common directory

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: snip 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-11 Thread Albert ARIBAUD
Hi Wolfgang, Le 10/09/2011 22:46, Wolfgang Denk a écrit : Dear Wolfgang Denk, In message1315686495-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':

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 message1315686495-9133-1-git-send-email...@denx.de you wrote: Fix build problem: nand_spl/board/davinci/da8xxevm/hawkboard_nand_spl.c: In function

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 Denk

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 board

[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'

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 function

[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 sba...@denx.de --- nand_spl/board/davinci/da8xxevm/Makefile |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/nand_spl/board/davinci/da8xxevm/Makefile

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 sba...@denx.de --- nand_spl/board/davinci/da8xxevm/Makefile |6 +- 1 files changed, 5 insertions(+), 1

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 sba...@denx.de --- nand_spl/board/davinci/da8xxevm/Makefile |6

[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 sba...@denx.de --- nand_spl/board/davinci/da8xxevm/Makefile |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/nand_spl/board/davinci/da8xxevm/Makefile

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 sba...@denx.de --- Sorry, forget it. I sent again V1 of the patch... Best regards, Stefano Babic --

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 sba...@denx.de --- nand_spl/board/davinci/da8xxevm/Makefile |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) Pushed to u-boot-ti --Sandeep