diff options
author | Joe Hershberger <joe.hershberger@ni.com> | 2015-04-08 01:41:03 -0500 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-04-18 11:11:32 -0600 |
commit | 586cbe51ab8ef357bcf3a52c6885ab00bc7293dd (patch) | |
tree | 5f1287a268d0d074f37539fe2d23514cd25bad47 /net/net.c | |
parent | 1411157d857840da444db63f6ba3a3a658a99c5b (diff) | |
download | u-boot-imx-586cbe51ab8ef357bcf3a52c6885ab00bc7293dd.zip u-boot-imx-586cbe51ab8ef357bcf3a52c6885ab00bc7293dd.tar.gz u-boot-imx-586cbe51ab8ef357bcf3a52c6885ab00bc7293dd.tar.bz2 |
net: cosmetic: Fixup var names for DHCP strings
Remove CamelCase variable naming.
Move the definition to the same compilation unit as the primary use.
Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'net/net.c')
-rw-r--r-- | net/net.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -121,12 +121,6 @@ struct in_addr net_dns_server; /* Our 2nd DNS IP address */ struct in_addr net_dns_server2; #endif -/* Our NIS domain */ -char NetOurNISDomain[32] = {0,}; -/* Our hostname */ -char NetOurHostName[32] = {0,}; -/* Our bootpath */ -char NetOurRootPath[64] = {0,}; #ifdef CONFIG_MCAST_TFTP /* Multicast TFTP */ struct in_addr net_mcast_addr; |