diff options
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 */ |
