]> git.sur5r.net Git - u-boot/blobdiff - board/uc101/uc101.c
p1022ds: use weak CFI flash accessors when DIU is enabled
[u-boot] / board / uc101 / uc101.c
index 7df349f3e54681cbb14c96aa65728a07c4b565b3..c7dfb7bad12d830be19ec7748059ae2c3fd7894a 100644 (file)
@@ -31,6 +31,7 @@
  */
 
 #include <common.h>
+#include <fdt_support.h>
 #include <mpc5xxx.h>
 #include <pci.h>
 #include <malloc.h>
@@ -371,3 +372,10 @@ void hw_watchdog_reset(void)
        *(vu_long *)MPC5XXX_GPT0_ENABLE = GPT_OUT_0;
 }
 #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) */