diff options
| author | Tom Rini <trini@konsulko.com> | 2017-12-27 08:17:05 -0500 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2017-12-27 08:17:05 -0500 |
| commit | 8e5f0497c8a8ab9bd7314737f2edb4711733b6fe (patch) | |
| tree | 7ef6e942cb4fda392bb736f728b55b6882e265bd /include | |
| parent | 7e3caa81e0e9cc5e2beed4a3a1c334e2119f4498 (diff) | |
| parent | 4ace304062e143da8ab7851d0c8570d61777ec06 (diff) | |
Merge git://git.denx.de/u-boot-dm
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/ls1046ardb.h | 2 | ||||
| -rw-r--r-- | include/fdt_support.h | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/ls1046ardb.h b/include/configs/ls1046ardb.h index 784894f0b7..793e67506d 100644 --- a/include/configs/ls1046ardb.h +++ b/include/configs/ls1046ardb.h @@ -195,6 +195,8 @@ #define FM1_10GEC1_PHY_ADDR 0x0 +#define FDT_SEQ_MACADDR_FROM_ENV + #define CONFIG_ETHPRIME "FM1@DTSEC3" #endif diff --git a/include/fdt_support.h b/include/fdt_support.h index e0f908636c..f00fadcddb 100644 --- a/include/fdt_support.h +++ b/include/fdt_support.h @@ -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 */ |
