From 28415b62d1fe0b12e5a48743285ed52502d75004 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Mon, 25 Jul 2011 15:15:44 +0200 Subject: 85xx: enable FDT support for STX SSA board We also have to shift TEXT_BASE to accomodate for the additional code size. Signed-off-by: Wolfgang Denk Signed-off-by: Kumar Gala --- board/stx/stxssa/stxssa.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'board/stx/stxssa') diff --git a/board/stx/stxssa/stxssa.c b/board/stx/stxssa/stxssa.c index 83ffcd2b92..3077eb3581 100644 --- a/board/stx/stxssa/stxssa.c +++ b/board/stx/stxssa/stxssa.c @@ -34,6 +34,7 @@ #include #include #include +#include #include #include #include @@ -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); +} +#endif /* CONFIG_OF_BOARD_SETUP */ + int board_early_init_f(void) { -- cgit v1.2.1