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<w...@denx.de>
> Cc: Kumar Gala<ga...@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
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to