
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 Denkwd@denx.de Cc: Kumar Galagalak@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