summaryrefslogtreecommitdiffstats
path: root/common/ft_build.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/ft_build.c')
-rw-r--r--common/ft_build.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/common/ft_build.c b/common/ft_build.c
index 57194581a1..2cecbcf966 100644
--- a/common/ft_build.c
+++ b/common/ft_build.c
@@ -698,9 +698,12 @@ void ft_setup(void *blob, int size, bd_t * bd)
if (p != NULL)
*p = cpu_to_be32(clock);
#endif
-
#endif /* __powerpc__ */
+#ifdef CONFIG_OF_BOARD_SETUP
+ ft_board_setup(blob, bd);
+#endif
+
/*
printf("final OF-tree\n");
ft_dump_blob(blob);