[U-Boot] [PATCH] 85xx: enable FDT support for STX SSA board
Kumar Gala
galak at kernel.crashing.org
Wed Jul 27 04:45:48 CEST 2011
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<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
applied to 85xx & fixed whitespace issue.
- k
More information about the U-Boot
mailing list