summaryrefslogtreecommitdiff
path: root/cmd/net.c
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2016-12-27 09:03:29 (GMT)
committerTom Rini <trini@konsulko.com>2016-12-27 16:24:18 (GMT)
commitff78ad284aac73c5a5ff79bced25d2f5f7f0e18e (patch)
treed535f31f1da97fa80e077bb5229c1d0ce675dac5 /cmd/net.c
parent3cc5bbb8e68dc67b7c3d2fdebef69408e5271469 (diff)
downloadu-boot-ff78ad284aac73c5a5ff79bced25d2f5f7f0e18e.tar.xz
cmd: net: fix function name in comment
In commit 7044c6bb6 (net: cosmetic: Clean up DHCP variables and functions) BootpCopyNetParams() was renamed to store_net_params(). Update the reference in comment. Cc: Joe Hershberger <joe.hershberger@ni.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Diffstat (limited to 'cmd/net.c')
-rw-r--r--cmd/net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/net.c b/cmd/net.c
index bed76e4..df8b6c9 100644
--- a/cmd/net.c
+++ b/cmd/net.c
@@ -136,7 +136,7 @@ static void netboot_update_env(void)
}
#if !defined(CONFIG_BOOTP_SERVERIP)
/*
- * Only attempt to change serverip if net/bootp.c:BootpCopyNetParams()
+ * Only attempt to change serverip if net/bootp.c:store_net_params()
* could have set it
*/
if (net_server_ip.s_addr) {