summaryrefslogtreecommitdiff
path: root/include/environment.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-08-01 09:46:54 -0600
committerTom Rini <trini@konsulko.com>2019-08-11 16:43:41 -0400
commit36c8b143c0c113232bcf47d6499a3982fdfaf98a (patch)
treebece8d64b485797ecfbcf1b582da2936d73c6065 /include/environment.h
parentb79cf1af0d1cf175c4414ea1b8465747431d77cf (diff)
downloadu-boot-36c8b143c0c113232bcf47d6499a3982fdfaf98a.tar.gz
env: net: Move eth_parse_enetaddr() to net.c/h
This function fits better with the network subsystem, so move it. Signed-off-by: Simon Glass <sjg@chromium.org> Suggested-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'include/environment.h')
-rw-r--r--include/environment.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/environment.h b/include/environment.h
index 77915f459e..0de9d3fc60 100644
--- a/include/environment.h
+++ b/include/environment.h
@@ -325,8 +325,6 @@ int env_erase(void);
*/
void env_fix_drivers(void);
-void eth_parse_enetaddr(const char *addr, uint8_t *enetaddr);
-
#endif /* DO_DEPS_ONLY */
#endif /* _ENVIRONMENT_H_ */