From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Date: Tue, 26 Jul 2011 15:49:49 +0400 Subject: [U-Boot] [PATCH] 85xx: enable FDT support for STX SSA board In-Reply-To: <1311599744-11487-1-git-send-email-wd@denx.de> References: <1311599744-11487-1-git-send-email-wd@denx.de> Message-ID: <4E2EA9DD.8060505@mvista.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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, 14 insertions(+), 1 deletions(-) > diff --git a/board/stx/stxssa/stxssa.c b/board/stx/stxssa/stxssa.c > index 83ffcd2..c78538d 100644 > --- a/board/stx/stxssa/stxssa.c > +++ b/board/stx/stxssa/stxssa.c [...] > @@ -247,6 +248,13 @@ reset_phy(void) > #endif > } > > +#ifdef CONFIG_OF_BOARD_SETUP > +void ft_board_setup (void *blob, bd_t *bd) > +{ > + ft_cpu_setup (blob, bd); I guess this won't pass checkpatch.pl (spaces before paren). WBR, Sergei