summaryrefslogtreecommitdiffstats
path: root/commands/net.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/net.c')
-rw-r--r--commands/net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/net.c b/commands/net.c
index 06927cd4d7..9195ce3dc7 100644
--- a/commands/net.c
+++ b/commands/net.c
@@ -39,7 +39,7 @@
static int netboot_common (proto_t, cmd_tbl_t *, int , char *[]);
-static void netboot_update_env (void)
+void netboot_update_env(void)
{
struct eth_device *eth_current = eth_get_current();
char tmp[22];