]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/fdt_support.h
efi_loader: fix building crt0 on arm
[people/ms/u-boot.git] / include / fdt_support.h
index f00fadcddbf226ce48080ff4906f6849147dc218..46bf83f671a264bd6f494c104d62e4055fdbe117 100644 (file)
@@ -293,4 +293,7 @@ int fdtdec_get_int(const void *blob, int node, const char *prop_name,
 #ifdef CONFIG_FMAN_ENET
 int fdt_update_ethernet_dt(void *blob);
 #endif
+#ifdef CONFIG_FSL_MC_ENET
+void fdt_fixup_board_enet(void *blob);
+#endif
 #endif /* ifndef __FDT_SUPPORT_H */