]> git.sur5r.net Git - u-boot/blobdiff - include/fdt_support.h
cfi_flash: Remove assignments from if conditions
[u-boot] / include / fdt_support.h
index e0f908636c2c9c9b935faff8bd252f7ec8fc2770..f00fadcddbf226ce48080ff4906f6849147dc218 100644 (file)
@@ -290,4 +290,7 @@ int fdt_overlay_apply_verbose(void *fdt, void *fdto);
 int fdtdec_get_int(const void *blob, int node, const char *prop_name,
                int default_val);
 #endif
+#ifdef CONFIG_FMAN_ENET
+int fdt_update_ethernet_dt(void *blob);
+#endif
 #endif /* ifndef __FDT_SUPPORT_H */