Merge git://git.denx.de/u-boot-dm
This commit is contained in:
@@ -195,6 +195,8 @@
|
||||
|
||||
#define FM1_10GEC1_PHY_ADDR 0x0
|
||||
|
||||
#define FDT_SEQ_MACADDR_FROM_ENV
|
||||
|
||||
#define CONFIG_ETHPRIME "FM1@DTSEC3"
|
||||
#endif
|
||||
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user