summaryrefslogtreecommitdiff
path: root/board/mucmc52/mucmc52.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/mucmc52/mucmc52.c')
-rw-r--r--board/mucmc52/mucmc52.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/board/mucmc52/mucmc52.c b/board/mucmc52/mucmc52.c
index 7181bd8a42..bac49befff 100644
--- a/board/mucmc52/mucmc52.c
+++ b/board/mucmc52/mucmc52.c
@@ -398,3 +398,10 @@ void pci_init_board (void)
pci_mpc5xxx_init (&hose);
}
#endif
+
+#if defined(CONFIG_OF_LIBFDT) && defined(CONFIG_OF_BOARD_SETUP)
+void ft_board_setup(void *blob, bd_t *bd)
+{
+ ft_cpu_setup(blob, bd);
+}
+#endif /* defined(CONFIG_OF_LIBFDT) && defined(CONFIG_OF_BOARD_SETUP) */