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

2011-09-09 Thread Stefano Babic
On 09/09/2011 01:40 PM, Wolfgang Denk wrote: > Dear Stefano Babic, > > In message <1315561023-7015-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 | 21

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

2011-09-09 Thread Wolfgang Denk
Dear Stefano Babic, In message <1315561023-7015-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 | 21 ++--- > 1 files changed, 18 insertions

[U-Boot] [PATCH] ARM: hawkboard_nand: 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 | 21 ++--- 1 files changed, 18 insertions(+), 3 deletions(-) diff --git a/nand_spl/board/davinci/da8xxevm/Makefile b/nand_spl/board/davinci/da8x