Re: [U-Boot] [PATCH] 85xx: enable FDT support for STX SSA board

2011-07-27 Thread Wolfgang Denk
Dear Sergei Shtylyov, In message <4e2ea9dd.8060...@mvista.com> you wrote: > > > + ft_cpu_setup (blob, bd); > > I guess this won't pass checkpatch.pl (spaces before paren). You are right. Bad me. I apologize. Thanks to Kumar for cleaning this up. Best regards, Wolfgang Denk -- DENX

Re: [U-Boot] [PATCH] 85xx: enable FDT support for STX SSA board

2011-07-26 Thread Kumar Gala
On Jul 26, 2011, at 6:49 AM, Sergei Shtylyov wrote: > Hello. > > On 25-07-2011 17:15, Wolfgang Denk wrote: > >> We also have to shift TEXT_BASE to accomodate for the additional >> code size. > >> Signed-off-by: Wolfgang Denk >> Cc: Kumar Gala > >> --- >> board/stx/stxssa/stxssa.c |8

Re: [U-Boot] [PATCH] 85xx: enable FDT support for STX SSA board

2011-07-26 Thread Sergei Shtylyov
Hello. On 25-07-2011 17:15, Wolfgang Denk wrote: > We also have to shift TEXT_BASE to accomodate for the additional > code size. > Signed-off-by: Wolfgang Denk > Cc: Kumar Gala > --- > board/stx/stxssa/stxssa.c |8 > include/configs/stxssa.h |7 ++- > 2 files changed,