diff options
author | Baruch Siach <baruch@tkos.co.il> | 2016-12-27 11:03:29 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-12-27 11:24:18 -0500 |
commit | ff78ad284aac73c5a5ff79bced25d2f5f7f0e18e (patch) | |
tree | d535f31f1da97fa80e077bb5229c1d0ce675dac5 | |
parent | 3cc5bbb8e68dc67b7c3d2fdebef69408e5271469 (diff) | |
download | u-boot-ff78ad284aac73c5a5ff79bced25d2f5f7f0e18e.tar.gz |
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>
-rw-r--r-- | cmd/net.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |