summaryrefslogtreecommitdiffstats
path: root/net/net.c
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2015-04-08 01:41:03 -0500
committerSimon Glass <sjg@chromium.org>2015-04-18 11:11:32 -0600
commit586cbe51ab8ef357bcf3a52c6885ab00bc7293dd (patch)
tree5f1287a268d0d074f37539fe2d23514cd25bad47 /net/net.c
parent1411157d857840da444db63f6ba3a3a658a99c5b (diff)
downloadblackbird-obmc-uboot-586cbe51ab8ef357bcf3a52c6885ab00bc7293dd.tar.gz
blackbird-obmc-uboot-586cbe51ab8ef357bcf3a52c6885ab00bc7293dd.zip
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.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/net/net.c b/net/net.c
index f60998b08b..bfa326e565 100644
--- a/net/net.c
+++ b/net/net.c
@@ -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;
OpenPOWER on IntegriCloud