[U-Boot] [PATCH] 85xx: enable FDT support for STX SSA board
Sergei Shtylyov
sshtylyov at mvista.com
Tue Jul 26 13:49:49 CEST 2011
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<wd at denx.de>
> Cc: Kumar Gala<galak at kernel.crashing.org>
> ---
> 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
More information about the U-Boot
mailing list