summaryrefslogtreecommitdiffstats
path: root/board/motionpro
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2007-05-15 00:22:30 +0200
committerWolfgang Denk <wd@denx.de>2007-05-15 00:22:30 +0200
commitf0da1d1b3c0719ea3b6025fe87b66224a466100d (patch)
tree77149f58939338dc57c88813551b9d9d6691a1d8 /board/motionpro
parentac4cd59d59c9bf3f89cb7a344abf8184d678f562 (diff)
parent7d98ba770a7eaefa29ce927f31a0956df85bf650 (diff)
downloadblackbird-obmc-uboot-f0da1d1b3c0719ea3b6025fe87b66224a466100d.tar.gz
blackbird-obmc-uboot-f0da1d1b3c0719ea3b6025fe87b66224a466100d.zip
Merge with /home/tur/git/u-boot#motionpro
Diffstat (limited to 'board/motionpro')
-rw-r--r--board/motionpro/motionpro.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/board/motionpro/motionpro.c b/board/motionpro/motionpro.c
index d60d23332b..58985b8114 100644
--- a/board/motionpro/motionpro.c
+++ b/board/motionpro/motionpro.c
@@ -29,6 +29,9 @@
#include <common.h>
#include <mpc5xxx.h>
+#if defined(CONFIG_OF_FLAT_TREE)
+#include <ft_build.h>
+#endif
/* Kollmorgen DPR initialization data */
struct init_elem {
@@ -170,3 +173,11 @@ int checkboard (void)
puts("Board: Promess Motion-PRO board\n");
return 0;
}
+
+
+#if defined(CONFIG_OF_FLAT_TREE) && defined(CONFIG_OF_BOARD_SETUP)
+void ft_board_setup(void *blob, bd_t *bd)
+{
+ ft_cpu_setup(blob, bd);
+}
+#endif /* defined(CONFIG_OF_FLAT_TREE) && defined(CONFIG_OF_BOARD_SETUP) */
OpenPOWER on IntegriCloud