Merge with /home/wd/git/u-boot/master
[oweals/u-boot.git] / board / mpc8560ads / mpc8560ads.c
index c1572a35d3f7be4c6dd469958654a53a1c6064d3..d19bad683533ffa822af5db2b9169c646f0993f8 100644 (file)
 #include <spd.h>
 #include <miiphy.h>
 
+#if defined(CONFIG_OF_FLAT_TREE)
+#include <ft_build.h>
+#endif
+
 #if defined(CONFIG_DDR_ECC) && !defined(CONFIG_ECC_INIT_VIA_DDRCONTROLLER)
 extern void ddr_enable_ecc(unsigned int dram_size);
 #endif