summaryrefslogtreecommitdiff
path: root/board/tqm5200
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2007-09-07 00:13:11 +0200
committerWolfgang Denk <wd@denx.de>2007-09-07 00:13:11 +0200
commitbf72a4ca9e08c9dcd4e6c3201772b565571da0a7 (patch)
tree6c38e15d26ee62ab9f81fc0d9a090cd8bb21bf31 /board/tqm5200
parent041a2554ad619e80dce520c1a33210affcb6a3f2 (diff)
parente79021223bc339df655e360645a52c457a74b067 (diff)
downloadu-boot-imx-bf72a4ca9e08c9dcd4e6c3201772b565571da0a7.zip
u-boot-imx-bf72a4ca9e08c9dcd4e6c3201772b565571da0a7.tar.gz
u-boot-imx-bf72a4ca9e08c9dcd4e6c3201772b565571da0a7.tar.bz2
Merge with /home/wd/git/u-boot/custodian/u-boot-mpc5xxx
Diffstat (limited to 'board/tqm5200')
-rw-r--r--board/tqm5200/tqm5200.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/board/tqm5200/tqm5200.c b/board/tqm5200/tqm5200.c
index 51f4aeb..21f67aa 100644
--- a/board/tqm5200/tqm5200.c
+++ b/board/tqm5200/tqm5200.c
@@ -31,10 +31,7 @@
#include <mpc5xxx.h>
#include <pci.h>
#include <asm/processor.h>
-
-#if defined(CONFIG_OF_FLAT_TREE)
-#include <ft_build.h>
-#endif
+#include <libfdt.h>
#ifdef CONFIG_VIDEO_SM501
#include <sm501.h>
@@ -780,9 +777,9 @@ int board_get_height (void)
#endif /* CONFIG_VIDEO_SM501 */
-#if defined(CONFIG_OF_FLAT_TREE) && defined(CONFIG_OF_BOARD_SETUP)
+#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_FLAT_TREE) && defined(CONFIG_OF_BOARD_SETUP) */
+#endif /* defined(CONFIG_OF_LIBFDT) && defined(CONFIG_OF_BOARD_SETUP) */