|
@@ -34,6 +34,7 @@
|
|
|
#include <asm/processor.h>
|
|
|
#include <asm/mmu.h>
|
|
|
#include <asm/immap_85xx.h>
|
|
|
+#include <asm/fsl_pci.h>
|
|
|
#include <asm/fsl_ddr_sdram.h>
|
|
|
#include <ioports.h>
|
|
|
#include <asm/io.h>
|
|
@@ -247,6 +248,13 @@ reset_phy(void)
|
|
|
#endif
|
|
|
}
|
|
|
|
|
|
+#ifdef CONFIG_OF_BOARD_SETUP
|
|
|
+void ft_board_setup(void *blob, bd_t *bd)
|
|
|
+{
|
|
|
+ ft_cpu_setup (blob, bd);
|
|
|
+}
|
|
|
+#endif /* CONFIG_OF_BOARD_SETUP */
|
|
|
+
|
|
|
int
|
|
|
board_early_init_f(void)
|
|
|
{
|