Merge git://git.denx.de/u-boot-dm

This commit is contained in:
Tom Rini
2017-12-27 08:17:05 -05:00
6 changed files with 98 additions and 4 deletions

View File

@@ -195,6 +195,8 @@
#define FM1_10GEC1_PHY_ADDR 0x0
#define FDT_SEQ_MACADDR_FROM_ENV
#define CONFIG_ETHPRIME "FM1@DTSEC3"
#endif

View 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 */